2007-04-14 11:04:53 +00:00
|
|
|
Function UpdateModifiedFiles
|
|
|
|
|
2007-06-04 21:25:10 +00:00
|
|
|
# list with modified files for LyX 1.5rc2 xx-06-2007
|
2007-04-14 11:04:53 +00:00
|
|
|
SetOutPath "$INSTDIR\bin"
|
2007-05-01 17:55:54 +00:00
|
|
|
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
|
|
|
|
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
2007-04-14 11:04:53 +00:00
|
|
|
SetOutPath "$INSTDIR\Resources"
|
2007-06-07 11:50:21 +00:00
|
|
|
File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
|
2007-05-01 17:55:54 +00:00
|
|
|
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
2007-06-07 11:50:21 +00:00
|
|
|
File /r "${PRODUCT_SOURCEDIR}\Resources\layouts"
|
2007-04-26 22:49:30 +00:00
|
|
|
SetOutPath "$INSTDIR\Resources\doc"
|
2007-05-01 17:55:54 +00:00
|
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
|
2007-05-02 22:13:27 +00:00
|
|
|
SetOutPath "$INSTDIR\Resources\doc\de"
|
|
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
|
2007-06-04 21:25:10 +00:00
|
|
|
SetOutPath "$INSTDIR\Resources\doc\clipart"
|
2007-06-07 11:50:21 +00:00
|
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\escher-lsd.eps"
|
2007-06-04 21:25:10 +00:00
|
|
|
File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\mobius.eps"
|
2007-06-07 11:50:21 +00:00
|
|
|
SetOutPath "$INSTDIR\Resources\examples\fa"
|
|
|
|
File "${PRODUCT_SOURCEDIR}\Resources\examples\fa\splash.lyx"
|
|
|
|
SetOutPath "$INSTDIR\Resources\examples\hu"
|
|
|
|
File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_lyxified.lyx"
|
|
|
|
File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_raw.lyx"
|
2007-04-14 11:04:53 +00:00
|
|
|
|
|
|
|
FunctionEnd
|
|
|
|
|