From d750f0a5e7b5861cdb57220afdfb1b424a4fea99 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Tue, 8 Jun 2010 02:56:56 +0000 Subject: [PATCH] installer: updates git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34628 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/AltInstaller/Updated.nsh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/development/Win32/packaging/AltInstaller/Updated.nsh b/development/Win32/packaging/AltInstaller/Updated.nsh index bf242bd4bd..8670824dfe 100644 --- a/development/Win32/packaging/AltInstaller/Updated.nsh +++ b/development/Win32/packaging/AltInstaller/Updated.nsh @@ -14,6 +14,7 @@ Function UpdateModifiedFiles #File "${PRODUCT_SOURCEDIR}\Resources\configure.py" File "${PRODUCT_SOURCEDIR}\Resources\chkconfig.ltx" File "${PRODUCT_SOURCEDIR}\Resources\languages" + File "${PRODUCT_SOURCEDIR}\Resources\symbols" #SetOutPath "$INSTDIR\Resources\bind" #File "${PRODUCT_SOURCEDIR}\Resources\bind\aqua.bind" SetOutPath "$INSTDIR\Resources\doc" @@ -31,6 +32,10 @@ Function UpdateModifiedFiles #File "${PRODUCT_SOURCEDIR}\Resources\doc\de\EmbeddedObjects.lyx" #SetOutPath "$INSTDIR\Resources\doc\es" #File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Customization.lyx" + SetOutPath "$INSTDIR\Resources\doc\eu" + File "${PRODUCT_SOURCEDIR}\Resources\eu\Intro.lyx" + File "${PRODUCT_SOURCEDIR}\Resources\eu\Tutorial.lyx" + File "${PRODUCT_SOURCEDIR}\Resources\eu\UserGuide.lyx" #SetOutPath "$INSTDIR\Resources\doc\fr" #File "${PRODUCT_SOURCEDIR}\Resources\doc\fr\EmbeddedObjects.lyx" #SetOutPath "$INSTDIR\Resources\examples"