]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/AltInstaller/Updated.nsh
- update to new Aspell repositories
[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\Extended.lyx"
16  File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
17  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
18  File "${PRODUCT_SOURCEDIR}\Resources\doc\Userguide.lyx"
19  SetOutPath "$INSTDIR\Resources\doc\clipart"
20  File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\escher-lsd.eps"
21  File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\mobius.eps"
22  SetOutPath "$INSTDIR\Resources\doc\de"
23  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\FAQ.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\TOC.lyx" # must be here when another \doc file has been changed
31  File "${PRODUCT_SOURCEDIR}\Resources\doc\it\Userguide.lyx"
32  SetOutPath "$INSTDIR\Resources\examples"
33  File "${PRODUCT_SOURCEDIR}\Resources\examples\modernCV.lyx"
34  SetOutPath "$INSTDIR\Resources\examples\fa"
35  File "${PRODUCT_SOURCEDIR}\Resources\examples\fa\splash.lyx"
36  SetOutPath "$INSTDIR\Resources\examples\hu"
37  File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_lyxified.lyx"
38  File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_raw.lyx"
39  SetOutPath "$INSTDIR\Resources\images"
40  File "${PRODUCT_SOURCEDIR}\Resources\images\closetab.xpm"
41  SetOutPath "$INSTDIR\Resources\images\math"
42  File "${PRODUCT_SOURCEDIR}\Resources\images\math\functions.xpm"
43  File "${PRODUCT_SOURCEDIR}\Resources\images\math\varrho.xpm"
44  SetOutPath "$INSTDIR\Resources\lyx2lyx"
45  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
46  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py"
47  SetOutPath "$INSTDIR\Resources\scripts"
48  File "${PRODUCT_SOURCEDIR}\Resources\scripts\ext_copy.py"
49  SetOutPath "$INSTDIR\Resources\templates"
50  File "${PRODUCT_SOURCEDIR}\Resources\templates\IEEEtran.lyx"
51  File "${PRODUCT_SOURCEDIR}\Resources\templates\iop-article.lyx"
52  SetOutPath "$INSTDIR\Resources\ui"
53  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
54  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
55
56 FunctionEnd
57