2007-04-14 11:04:53 +00:00
|
|
|
Function UpdateModifiedFiles
|
|
|
|
|
2008-07-26 21:08:01 +00:00
|
|
|
# list with modified files for LyX 1.6.1
|
2008-03-13 00:51:55 +00:00
|
|
|
SetOutPath "$INSTDIR\bin" # always here
|
2007-05-01 17:55:54 +00:00
|
|
|
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
|
|
|
|
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
2008-07-30 00:10:01 +00:00
|
|
|
SetOutPath "$INSTDIR\Resources" # always here
|
2007-05-01 17:55:54 +00:00
|
|
|
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
2007-12-17 22:34:35 +00:00
|
|
|
SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
|
|
|
|
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here
|
2007-04-14 11:04:53 +00:00
|
|
|
|
|
|
|
FunctionEnd
|
|
|
|
|