From: Uwe Stöhr Date: Sun, 17 Jun 2007 20:35:43 +0000 (+0000) Subject: installer updates X-Git-Tag: 1.6.10~9352 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=ea2ac1c60fec35d0d2b2f655e7601310bd4d26ef;hp=2b35bede3d2ef172bb017235bb3010c0919eee7e;p=lyx.git installer updates git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18814 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/development/Win32/packaging/AltInstaller/Updated.nsh b/development/Win32/packaging/AltInstaller/Updated.nsh index df9f55eb0c..8d27f98117 100644 --- a/development/Win32/packaging/AltInstaller/Updated.nsh +++ b/development/Win32/packaging/AltInstaller/Updated.nsh @@ -22,6 +22,9 @@ Function UpdateModifiedFiles 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 File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Userguide.lyx" + 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\it" File "${PRODUCT_SOURCEDIR}\Resources\doc\it\TOC.lyx" # must be here when another \doc file has been changed File "${PRODUCT_SOURCEDIR}\Resources\doc\it\Userguide.lyx"