]> git.lyx.org Git - features.git/blob - development/Win32/packaging/AltInstaller/Updated.nsh
39e882ac650358e45f869107c2b4f8b128b33969
[features.git] / development / Win32 / packaging / AltInstaller / Updated.nsh
1 Function UpdateModifiedFiles
2
3  # list with modified files for LyX 1.5rc2 xx-06-2007
4  SetOutPath "$INSTDIR\bin"
5  File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
6  File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
7  SetOutPath "$INSTDIR\Resources"
8  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
9  SetOutPath "$INSTDIR\Resources\doc"
10  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
11  SetOutPath "$INSTDIR\Resources\doc\de"
12  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
13  SetOutPath "$INSTDIR\Resources\doc\clipart"
14  File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\escher-lsd.eps"  
15  File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\mobius.eps"
16  SetOutPath "$INSTDIR\Resources\examples"
17  SetOutPath "$INSTDIR\Resources\layouts"
18  File "${PRODUCT_SOURCEDIR}\Resources\layouts\beamer.layout"
19  File "${PRODUCT_SOURCEDIR}\Resources\layouts\ijmpc.layout"
20  File "${PRODUCT_SOURCEDIR}\Resources\layouts\ijmpd.layout"
21
22 FunctionEnd
23