]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/AltInstaller/Updated.nsh
8d27f9811721f6ca0a403c125b367587a446bc8a
[lyx.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 "${PRODUCT_SOURCEDIR}\Resources\configure.py"
9  File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
10  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
11  File /r "${PRODUCT_SOURCEDIR}\Resources\layouts"
12  SetOutPath "$INSTDIR\Resources\doc"
13  File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx"
14  File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
15  File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
16  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
17  File "${PRODUCT_SOURCEDIR}\Resources\doc\Userguide.lyx"
18  SetOutPath "$INSTDIR\Resources\doc\clipart"
19  File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\escher-lsd.eps"
20  File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\mobius.eps"
21  SetOutPath "$INSTDIR\Resources\doc\de"
22  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\FAQ.lyx"
23  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
24  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Userguide.lyx"
25  SetOutPath "$INSTDIR\Resources\doc\es"
26  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
27  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\TOC.lyx" # must be here when another \doc file has been changed
28  SetOutPath "$INSTDIR\Resources\doc\it"
29  File "${PRODUCT_SOURCEDIR}\Resources\doc\it\TOC.lyx" # must be here when another \doc file has been changed
30  File "${PRODUCT_SOURCEDIR}\Resources\doc\it\Userguide.lyx"
31  SetOutPath "$INSTDIR\Resources\examples"
32  File "${PRODUCT_SOURCEDIR}\Resources\examples\modernCV.lyx"
33  SetOutPath "$INSTDIR\Resources\examples\fa"
34  File "${PRODUCT_SOURCEDIR}\Resources\examples\fa\splash.lyx"
35  SetOutPath "$INSTDIR\Resources\examples\hu"
36  File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_lyxified.lyx"
37  File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_raw.lyx"
38  SetOutPath "$INSTDIR\Resources\images"
39  File "${PRODUCT_SOURCEDIR}\Resources\images\closetab.xpm"
40  SetOutPath "$INSTDIR\Resources\images\math"
41  File "${PRODUCT_SOURCEDIR}\Resources\images\math\functions.xpm"
42  File "${PRODUCT_SOURCEDIR}\Resources\images\math\varrho.xpm"
43  SetOutPath "$INSTDIR\Resources\lyx2lyx"
44  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
45  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py"
46  SetOutPath "$INSTDIR\Resources\scripts"
47  File "${PRODUCT_SOURCEDIR}\Resources\scripts\ext_copy.py"
48  SetOutPath "$INSTDIR\Resources\templates"
49  File "${PRODUCT_SOURCEDIR}\Resources\templates\IEEEtran.lyx"
50  File "${PRODUCT_SOURCEDIR}\Resources\templates\iop-article.lyx"
51  SetOutPath "$INSTDIR\Resources\ui"
52  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
53  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
54
55 FunctionEnd
56