mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
2394978a7d
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19357 a592a061-630c-0410-9148-cb99ea01b6c8
11 lines
302 B
Plaintext
11 lines
302 B
Plaintext
Function UpdateModifiedFiles
|
|
|
|
# list with modified files for LyX 1.6svn xx-xx-2007
|
|
SetOutPath "$INSTDIR\bin"
|
|
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
|
|
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
|
|
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
|
|
|
|
FunctionEnd
|
|
|