From 9692cac4575767bab1e960ef389f9b26dd5f19e4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Sun, 17 Jun 2007 00:22:59 +0000 Subject: [PATCH] installer updates git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18809 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/AltInstaller/Updated.nsh | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/development/Win32/packaging/AltInstaller/Updated.nsh b/development/Win32/packaging/AltInstaller/Updated.nsh index e96227ad4e..df9f55eb0c 100644 --- a/development/Win32/packaging/AltInstaller/Updated.nsh +++ b/development/Win32/packaging/AltInstaller/Updated.nsh @@ -15,13 +15,18 @@ Function UpdateModifiedFiles 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\clipart" + File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\escher-lsd.eps" + File "${PRODUCT_SOURCEDIR}\Resources\doc\clipart\mobius.eps" 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 File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Userguide.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\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" + SetOutPath "$INSTDIR\Resources\examples" + File "${PRODUCT_SOURCEDIR}\Resources\examples\modernCV.lyx" SetOutPath "$INSTDIR\Resources\examples\fa" File "${PRODUCT_SOURCEDIR}\Resources\examples\fa\splash.lyx" SetOutPath "$INSTDIR\Resources\examples\hu" -- 2.39.2