X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=development%2FWin32%2Fpackaging%2FAltInstaller%2FUpdated.nsh;h=39e882ac650358e45f869107c2b4f8b128b33969;hb=abab358ff66ffcf663400f57368b9c248d0a5828;hp=1ff21df87d02403c7edf04e269e6b0eb5324a313;hpb=d9c6ede4cc498bfc59406f0aff79a42f0c03cfb9;p=lyx.git diff --git a/development/Win32/packaging/AltInstaller/Updated.nsh b/development/Win32/packaging/AltInstaller/Updated.nsh index 1ff21df87d..39e882ac65 100644 --- a/development/Win32/packaging/AltInstaller/Updated.nsh +++ b/development/Win32/packaging/AltInstaller/Updated.nsh @@ -1,60 +1,23 @@ Function UpdateModifiedFiles - # list with modified files for LyX 1.5rc1 31-05-2007 + # list with modified files for LyX 1.5rc2 xx-06-2007 SetOutPath "$INSTDIR\bin" File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here - File "${PRODUCT_SOURCEDIR}\bin\LyXLauncher.exe" - File "${PRODUCT_SOURCEDIR}\bin\PDFViewWin.exe" File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here - File "${PRODUCT_SOURCEDIR}\bin\zlib1.dll" SetOutPath "$INSTDIR\Resources" - File "${PRODUCT_SOURCEDIR}\Resources\configure.py" - File "${PRODUCT_SOURCEDIR}\Resources\CREDITS" - File "${PRODUCT_SOURCEDIR}\Resources\languages" - File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols" File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here - SetOutPath "$INSTDIR\Resources\bind" - File "${PRODUCT_SOURCEDIR}\Resources\bind\cua.bind" - File "${PRODUCT_SOURCEDIR}\Resources\bind\mac.bind" SetOutPath "$INSTDIR\Resources\doc" - File "${PRODUCT_SOURCEDIR}\Resources\doc\Customization.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\doc\Extended.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\doc\LaTeXConfig.lyx.in" File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" # must be here when another \doc file has been changed SetOutPath "$INSTDIR\Resources\doc\de" File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed - File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx" - SetOutPath "$INSTDIR\Resources\doc\de\clipart" - File "${PRODUCT_SOURCEDIR}\Resources\doc\de\clipart\FussnoteQt4.png" - SetOutPath "$INSTDIR\Resources\doc\es" - File "${PRODUCT_SOURCEDIR}\Resources\doc\es\EmbeddedObjects.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\doc\es\TOC.lyx" # must be here when another \doc file has been changed - SetOutPath "$INSTDIR\Resources\doc\fr" - File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\TOC.lyx" - SetOutPath "$INSTDIR\Resources\doc\he" - File "${PRODUCT_SOURCEDIR}\Resources\doc\he\Intro.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\doc\he\TOC.lyx" + SetOutPath "$INSTDIR\Resources\doc\clipart" + File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\escher-lsd.eps" + File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\mobius.eps" SetOutPath "$INSTDIR\Resources\examples" - File "${PRODUCT_SOURCEDIR}\Resources\examples\powerdot-example.lyx" - SetOutPath "$INSTDIR\Resources\examples\he" - File "${PRODUCT_SOURCEDIR}\Resources\examples\he\example_lyxified.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\examples\he\example_raw.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\examples\he\splash.lyx" - SetOutPath "$INSTDIR\Resources\images" - File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_table.xpm" - File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_math_panels.xpm" - File "${PRODUCT_SOURCEDIR}\Resources\images\toolbar-toggle_math.xpm" - File "${PRODUCT_SOURCEDIR}\Resources\images\tabular-insert.xpm" SetOutPath "$INSTDIR\Resources\layouts" File "${PRODUCT_SOURCEDIR}\Resources\layouts\beamer.layout" - File "${PRODUCT_SOURCEDIR}\Resources\layouts\powerdot.layout" - SetOutPath "$INSTDIR\Resources\lyx2lyx" - File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py" - SetOutPath "$INSTDIR\Resources\ui" - File "${PRODUCT_SOURCEDIR}\Resources\ui\default.ui" - File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc" - File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc" + File "${PRODUCT_SOURCEDIR}\Resources\layouts\ijmpc.layout" + File "${PRODUCT_SOURCEDIR}\Resources\layouts\ijmpd.layout" FunctionEnd