]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh
Changed comment character from ';' to '#*
[lyx.git] / development / Win32 / packaging / installer / LyXWinInstaller / Updated.nsh
1 Function UpdateModifiedFiles
2
3  # list with modified files for LyX 1.5svn 30-04-2007
4  SetOutPath "$INSTDIR\bin"
5  File "${PRODUCT_SOURCEDIR}\bin\Console.dll"
6  File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
7  File "${PRODUCT_SOURCEDIR}\bin\LyXLauncher.exe"
8  File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
9  SetOutPath "$INSTDIR\Resources"
10  File "${PRODUCT_SOURCEDIR}\Resources\encodings"
11  File "${PRODUCT_SOURCEDIR}\Resources\languages"
12  File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
13  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
14  SetOutPath "$INSTDIR\Resources\bind"
15  File "${PRODUCT_SOURCEDIR}\Resources\bind\sciword.bind"
16  SetOutPath "$INSTDIR\Resources\doc"
17  File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
18  File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
19  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
20  SetOutPath "$INSTDIR\Resources\doc\de"
21  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Customization.lyx"
22  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Extended.lyx"
23  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Tutorial.lyx"
24  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
25  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
26  SetOutPath "$INSTDIR\Resources\doc\es"
27  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
28  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\TOC.lyx" # must be here when another \doc file has been changed
29  SetOutPath "$INSTDIR\Resources\doc\it"
30  File "${PRODUCT_SOURCEDIR}\Resources\doc\it\Customization.lyx"
31  File "${PRODUCT_SOURCEDIR}\Resources\doc\it\TOC.lyx" # must be here when another \doc file has been changed
32  SetOutPath "$INSTDIR\Resources\examples"
33  File "${PRODUCT_SOURCEDIR}\Resources\examples\CV-image.eps"
34  File "${PRODUCT_SOURCEDIR}\Resources\examples\CV-image.png"
35  File "${PRODUCT_SOURCEDIR}\Resources\examples\armenian-article.lyx"
36  File "${PRODUCT_SOURCEDIR}\Resources\examples\europeCV.lyx"
37  File "${PRODUCT_SOURCEDIR}\Resources\examples\modernCV.lyx"
38  File "${PRODUCT_SOURCEDIR}\Resources\examples\simplecv.lyx"
39  SetOutPath "$INSTDIR\Resources\examples\de"
40  File "${PRODUCT_SOURCEDIR}\Resources\examples\de\Dezimal.lyx"
41  SetOutPath "$INSTDIR\Resources\images"
42  File "${PRODUCT_SOURCEDIR}\Resources\images\math-superscript.xpm"
43  File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-feature_set-rotate-cell.xpm"
44  File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-feature_set-rotate-tabular.xpm"
45  SetOutPath "$INSTDIR\Resources\images\math"
46  File "${PRODUCT_SOURCEDIR}\Resources\images\math\super.xpm"
47  SetOutPath "$INSTDIR\Resources\layouts"
48  File "${PRODUCT_SOURCEDIR}\Resources\layouts\armenian-article.layout"
49  File "${PRODUCT_SOURCEDIR}\Resources\layouts\simplecv.layout"
50  SetOutPath "$INSTDIR\Resources\lyx2lyx"
51  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
52  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py"
53  SetOutPath "$INSTDIR\Resources\scripts"
54  File "${PRODUCT_SOURCEDIR}\Resources\scripts\tex_copy.py"
55  SetOutPath "$INSTDIR\Resources\ui"
56  File "${PRODUCT_SOURCEDIR}\Resources\ui\classic.ui"
57  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
58  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
59
60 FunctionEnd
61