]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/AltInstaller/Updated.nsh
installer updates
[lyx.git] / development / Win32 / packaging / AltInstaller / Updated.nsh
1 Function UpdateModifiedFiles
2
3  # list with modified files for LyX 1.5pre1 xx-05-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 "${PRODUCT_SOURCEDIR}\Resources\configure.py"
9  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
10  SetOutPath "$INSTDIR\Resources\doc"
11  File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
12  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
13  SetOutPath "$INSTDIR\Resources\doc\de"
14  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
15  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
16  SetOutPath "$INSTDIR\Resources\doc\es"
17  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
18  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\TOC.lyx" # must be here when another \doc file has been changed
19  SetOutPath "$INSTDIR\Resources\doc\fr"
20  File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\TOC.lyx"
21  SetOutPath "$INSTDIR\Resources\doc\he"
22  File "${PRODUCT_SOURCEDIR}\Resources\doc\he\TOC.lyx"
23  SetOutPath "$INSTDIR\Resources\examples\he"
24  File "${PRODUCT_SOURCEDIR}\Resources\examples\he\example_lyxified.lyx"
25  File "${PRODUCT_SOURCEDIR}\Resources\examples\he\example_raw.lyx"
26  File "${PRODUCT_SOURCEDIR}\Resources\examples\he\splash.lyx"
27
28 FunctionEnd
29