From 5a9868f99f20787b5d38924b484fd2d3bbe513e5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 14 Jun 2007 23:23:54 +0000 Subject: [PATCH] installer updates git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18776 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/AltInstaller/Updated.nsh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/development/Win32/packaging/AltInstaller/Updated.nsh b/development/Win32/packaging/AltInstaller/Updated.nsh index c72323013b..bfd66afa94 100644 --- a/development/Win32/packaging/AltInstaller/Updated.nsh +++ b/development/Win32/packaging/AltInstaller/Updated.nsh @@ -11,6 +11,7 @@ Function UpdateModifiedFiles 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 + File "${PRODUCT_SOURCEDIR}\Resources\doc\Userguide.lyx" SetOutPath "$INSTDIR\Resources\doc\de" File "${PRODUCT_SOURCEDIR}\Resources\doc\de\FAQ.lyx" File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" # must be here when another \doc file has been changed @@ -27,6 +28,9 @@ Function UpdateModifiedFiles SetOutPath "$INSTDIR\Resources\images\math" File "${PRODUCT_SOURCEDIR}\Resources\images\math\functions.xpm" File "${PRODUCT_SOURCEDIR}\Resources\images\math\varrho.xpm" + SetOutPath "$INSTDIR\Resources\lyx2lyx" + File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py" + File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py" SetOutPath "$INSTDIR\Resources\templates" File "${PRODUCT_SOURCEDIR}\Resources\templates\IEEEtran.lyx" File "${PRODUCT_SOURCEDIR}\Resources\templates\iop-article.lyx" -- 2.39.2