]> git.lyx.org Git - features.git/blob - development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh
3c0f42c228f7ab7aa4c4464adb052ef51c4ac206
[features.git] / development / Win32 / packaging / installer / LyXWinInstaller / Updated.nsh
1 Function UpdateModifiedFiles
2
3  # list with modified files for LyX 1.5svn xx-05-2007
4  SetOutPath "$INSTDIR\bin"
5  File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
6  File "${PRODUCT_SOURCEDIR}\bin\pdfclose.exe"
7  File "${PRODUCT_SOURCEDIR}\bin\pdfdde.exe"
8  File "${PRODUCT_SOURCEDIR}\bin\pdfopen.exe"
9  File "${PRODUCT_SOURCEDIR}\bin\PDFViewWin.exe"
10  File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
11  SetOutPath "$INSTDIR\Resources"
12  File "${PRODUCT_SOURCEDIR}\Resources\encodings"
13  File "${PRODUCT_SOURCEDIR}\Resources\languages"
14  File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
15  File /r "${PRODUCT_SOURCEDIR}\Resources\images"
16  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
17  SetOutPath "$INSTDIR\Resources\doc"
18  File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
19  File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
20  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
21  SetOutPath "$INSTDIR\Resources\doc\de"
22  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
23  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
24  SetOutPath "$INSTDIR\Resources\doc\es"
25  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
26  SetOutPath "$INSTDIR\Resources\examples"
27  File "${PRODUCT_SOURCEDIR}\Resources\examples\armenian-article.lyx"
28  SetOutPath "$INSTDIR\Resources\examples\de"
29  File "${PRODUCT_SOURCEDIR}\Resources\examples\de\TabellenBeispiel.lyx"
30  SetOutPath "$INSTDIR\Resources\examples\fr"
31  File "${PRODUCT_SOURCEDIR}\Resources\examples\fr\simplecv.lyx"  
32  SetOutPath "$INSTDIR\Resources\images"
33  File /r "${PRODUCT_SOURCEDIR}\Resources\images\math"
34  SetOutPath "$INSTDIR\Resources\layouts"
35  File "${PRODUCT_SOURCEDIR}\Resources\layouts\simplecv.layout"
36  SetOutPath "$INSTDIR\Resources\lyx2lyx"
37  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
38  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py"
39  SetOutPath "$INSTDIR\Resources\ui"
40  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
41
42 FunctionEnd
43