]> git.lyx.org Git - lyx.git/blob - development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh
also move the images for the CV-class examples
[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\lyx.exe" ; always here
6  File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" ; always here
7  SetOutPath "$INSTDIR\Resources"
8  File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols"
9  File "${PRODUCT_SOURCEDIR}\Resources\languages"
10  File /r "${PRODUCT_SOURCEDIR}\Resources\locale" ; always here
11  SetOutPath "$INSTDIR\Resources\bind"
12  File "${PRODUCT_SOURCEDIR}\Resources\bind\sciword.bind"
13  SetOutPath "$INSTDIR\Resources\doc"
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  SetOutPath "$INSTDIR\Resources\doc\de"
18  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Customization.lyx"
19  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Extended.lyx"
20  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Tutorial.lyx"
21  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" ; must be here when another \doc file has been changed
22  File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx"
23  SetOutPath "$INSTDIR\Resources\doc\es"
24  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx"
25  File "${PRODUCT_SOURCEDIR}\Resources\doc\es\TOC.lyx" ; must be here when another \doc file has been changed
26  SetOutPath "$INSTDIR\Resources\doc\it"
27  File "${PRODUCT_SOURCEDIR}\Resources\doc\it\Customization.lyx"
28  File "${PRODUCT_SOURCEDIR}\Resources\doc\it\TOC.lyx" ; must be here when another \doc file has been changed
29  SetOutPath "$INSTDIR\Resources\examples"
30  File "${PRODUCT_SOURCEDIR}\Resources\examples\CV-image.eps"
31  File "${PRODUCT_SOURCEDIR}\Resources\examples\CV-image.png"
32  File "${PRODUCT_SOURCEDIR}\Resources\examples\europeCV.lyx"
33  File "${PRODUCT_SOURCEDIR}\Resources\examples\modernCV.lyx"
34  File "${PRODUCT_SOURCEDIR}\Resources\examples\simplecv.lyx"
35  SetOutPath "$INSTDIR\Resources\examples\de"
36  File "$INSTDIR\Resources\examples\de\Dezimal.lyx"
37  SetOutPath "$INSTDIR\Resources\images"
38  File "${PRODUCT_SOURCEDIR}\Resources\images\math-superscript.xpm"
39  File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-feature_set-rotate-cell.xpm"
40  File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-feature_set-rotate-tabular.xpm"
41  SetOutPath "$INSTDIR\Resources\images\math"
42  File "${PRODUCT_SOURCEDIR}\Resources\images\math\super.xpm"
43  SetOutPath "$INSTDIR\Resources\layouts"
44  File "${PRODUCT_SOURCEDIR}\Resources\layouts\simplecv.layout"
45  SetOutPath "$INSTDIR\Resources\lyx2lyx"
46  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
47  File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py"
48  SetOutPath "$INSTDIR\Resources\scripts"
49  File "${PRODUCT_SOURCEDIR}\Resources\scripts\tex_copy.py"
50  SetOutPath "$INSTDIR\Resources\ui"
51  File "${PRODUCT_SOURCEDIR}\Resources\ui\classic.ui"
52  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
53  File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc"
54
55 FunctionEnd
56