]> 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.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 /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
10  File /r "${PRODUCT_SOURCEDIR}\Resources\layouts"
11  SetOutPath "$INSTDIR\Resources\doc"
12  File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
13  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
14  SetOutPath "$INSTDIR\Resources\doc\de"
15  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
16  SetOutPath "$INSTDIR\Resources\doc\clipart"
17  File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\escher-lsd.eps"
18  File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\mobius.eps"
19  SetOutPath "$INSTDIR\Resources\examples\fa"
20  File "${PRODUCT_SOURCEDIR}\Resources\examples\fa\splash.lyx"
21  SetOutPath "$INSTDIR\Resources\examples\hu"
22  File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_lyxified.lyx"
23  File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_raw.lyx"
24  SetOutPath "$INSTDIR\Resources\images"
25  File "${PRODUCT_SOURCEDIR}\Resources\images\closetab.xpm"
26  SetOutPath "$INSTDIR\Resources\images\math"
27  File "${PRODUCT_SOURCEDIR}\Resources\images\math\functions.xpm"
28  File "${PRODUCT_SOURCEDIR}\Resources\images\math\varrho.xpm"
29  SetOutPath "$INSTDIR\Resources\templates"
30  File "${PRODUCT_SOURCEDIR}\Resources\templates\IEEEtran.lyx"
31  File "${PRODUCT_SOURCEDIR}\Resources\templates\iop-article.lyx"
32  SetOutPath "$INSTDIR\Resources\ui"
33  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
34  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
35
36 FunctionEnd
37