From 50770d9101c4fc153338834f801ec97072d229a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Wed, 12 Nov 2008 02:04:24 +0000 Subject: [PATCH] installer: update git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@27391 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/AltInstaller/Updated.nsh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/development/Win32/packaging/AltInstaller/Updated.nsh b/development/Win32/packaging/AltInstaller/Updated.nsh index 95c86ee182..14d72b0b00 100644 --- a/development/Win32/packaging/AltInstaller/Updated.nsh +++ b/development/Win32/packaging/AltInstaller/Updated.nsh @@ -58,6 +58,7 @@ Function UpdateModifiedFiles File "${PRODUCT_SOURCEDIR}\Resources\examples\de\beispiel_roh.lyx" File "${PRODUCT_SOURCEDIR}\Resources\examples\de\splash.lyx" SetOutPath "$INSTDIR\Resources\layouts" + File "${PRODUCT_SOURCEDIR}\Resources\layouts\amsbook.layout" File "${PRODUCT_SOURCEDIR}\Resources\layouts\beamer.layout" File "${PRODUCT_SOURCEDIR}\Resources\layouts\dinbrief.layout" File "${PRODUCT_SOURCEDIR}\Resources\layouts\elsart.layout" @@ -81,9 +82,8 @@ Function UpdateModifiedFiles File "${PRODUCT_SOURCEDIR}\Resources\templates\hollywood.lyx" File "${PRODUCT_SOURCEDIR}\Resources\templates\iop-article.lyx" File "${PRODUCT_SOURCEDIR}\Resources\templates\seminar.lyx" - SetOutPath "$INSTDIR\Resources\man\man1" - File "${PRODUCT_SOURCEDIR}\Resources\man\man1\lyx.1" - File "${PRODUCT_SOURCEDIR}\Resources\man\man1\tex2lyx.1" + SetOutPath "${PRODUCT_SOURCEDIR}\Resources\man" + File /r "${PRODUCT_SOURCEDIR}\Resources\man\man1" FunctionEnd