From ffba68bb33ae0a6a1cadce631f9cbd1774c8a00c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 12 Jun 2007 01:12:23 +0000 Subject: [PATCH] installer updates git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18746 a592a061-630c-0410-9148-cb99ea01b6c8 --- .../Win32/packaging/AltInstaller/ChangeLog.txt | 1 + development/Win32/packaging/AltInstaller/Updated.nsh | 12 ++++++++++++ 2 files changed, 13 insertions(+) diff --git a/development/Win32/packaging/AltInstaller/ChangeLog.txt b/development/Win32/packaging/AltInstaller/ChangeLog.txt index fcaf9e08ac..bbabe80768 100644 --- a/development/Win32/packaging/AltInstaller/ChangeLog.txt +++ b/development/Win32/packaging/AltInstaller/ChangeLog.txt @@ -1,6 +1,7 @@ Version LyX 1.5rc2-xx-06-2007 - LyX 1.5rc2 from xx-06-2007 - new Chinese translation of LyX's menus + - new button to close document tabs separately Version LyX 1.5rc1-31-05-2007 diff --git a/development/Win32/packaging/AltInstaller/Updated.nsh b/development/Win32/packaging/AltInstaller/Updated.nsh index 77c0db8e28..3020f4b0bb 100644 --- a/development/Win32/packaging/AltInstaller/Updated.nsh +++ b/development/Win32/packaging/AltInstaller/Updated.nsh @@ -9,6 +9,7 @@ Function UpdateModifiedFiles File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here File /r "${PRODUCT_SOURCEDIR}\Resources\layouts" SetOutPath "$INSTDIR\Resources\doc" + 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 @@ -20,6 +21,17 @@ Function UpdateModifiedFiles SetOutPath "$INSTDIR\Resources\examples\hu" File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_lyxified.lyx" File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\example_raw.lyx" + SetOutPath "$INSTDIR\Resources\images" + File "${PRODUCT_SOURCEDIR}\Resources\images\closetab.xpm" + SetOutPath "$INSTDIR\Resources\images\math" + File "${PRODUCT_SOURCEDIR}\Resources\images\math\functions.xpm" + File "${PRODUCT_SOURCEDIR}\Resources\images\math\varrho.xpm" + SetOutPath "$INSTDIR\Resources\templates" + File "${PRODUCT_SOURCEDIR}\Resources\templates\IEEEtran.lyx" + File "${PRODUCT_SOURCEDIR}\Resources\templates\iop-article.lyx" + SetOutPath "$INSTDIR\Resources\ui" + File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc" + File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc" FunctionEnd -- 2.39.5