]> git.lyx.org Git - features.git/blob - development/Win32/packaging/AltInstaller/Updated.nsh
c2301b33e4e947829c84784797b307989a3c2ffd
[features.git] / development / Win32 / packaging / AltInstaller / Updated.nsh
1 Function UpdateModifiedFiles
2
3  # list with modified files for LyX 1.5pre1 xx-05-2007
4  SetOutPath "$INSTDIR\bin"
5  File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
6  File "${PRODUCT_SOURCEDIR}\bin\LyXLauncher.exe"
7  File "${PRODUCT_SOURCEDIR}\bin\PDFViewWin.exe"
8  File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
9  SetOutPath "$INSTDIR\Resources"
10  File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
11  File "${PRODUCT_SOURCEDIR}\Resources\CREDITS"
12  File "${PRODUCT_SOURCEDIR}\Resources\languages"
13  File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
14  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
15  SetOutPath "$INSTDIR\Resources\bind"
16  File "${PRODUCT_SOURCEDIR}\Resources\bind\cua.bind"
17  File "${PRODUCT_SOURCEDIR}\Resources\bind\mac.bind"
18  SetOutPath "$INSTDIR\Resources\doc"
19  File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx"
20  File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx"
21  File "${PRODUCT_SOURCEDIR}\Resources\doc\Extended.lyx"
22  File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in"
23  File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed
24  SetOutPath "$INSTDIR\Resources\doc\de"
25  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed
26  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
27  SetOutPath "$INSTDIR\Resources\doc\de\clipart"
28  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\clipart\FussnoteQt4.png"
29  SetOutPath "$INSTDIR\Resources\doc\es"
30  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
31  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\TOC.lyx" # must be here when another \doc file has been changed
32  SetOutPath "$INSTDIR\Resources\doc\fr"
33  File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\TOC.lyx"
34  SetOutPath "$INSTDIR\Resources\doc\he"
35  File "${PRODUCT_SOURCEDIR}\Resources\doc\he\Intro.lyx"
36  File "${PRODUCT_SOURCEDIR}\Resources\doc\he\TOC.lyx"
37  SetOutPath "$INSTDIR\Resources\examples"
38  File "${PRODUCT_SOURCEDIR}\Resources\examples\powerdot-example.lyx"
39  SetOutPath "$INSTDIR\Resources\examples\he"
40  File "${PRODUCT_SOURCEDIR}\Resources\examples\he\example_lyxified.lyx"
41  File "${PRODUCT_SOURCEDIR}\Resources\examples\he\example_raw.lyx"
42  File "${PRODUCT_SOURCEDIR}\Resources\examples\he\splash.lyx"
43  SetOutPath "$INSTDIR\Resources\images"
44  File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_table.xpm"
45  File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_math_panels.xpm"
46  File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_math.xpm"
47  File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-insert.xpm"
48  SetOutPath "$INSTDIR\Resources\layouts"
49  File "${PRODUCT_SOURCEDIR}\Resources\layouts\beamer.layout"
50  File "${PRODUCT_SOURCEDIR}\Resources\layouts\powerdot.layout"
51  SetOutPath "$INSTDIR\Resources\lyx2lyx"
52  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
53  SetOutPath "$INSTDIR\Resources\ui"
54  File "${PRODUCT_SOURCEDIR}\Resources\ui\default.ui"
55  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
56  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
57
58 FunctionEnd
59