From d3902d9cf827114eddc8d57c1b0ebd8f096f9651 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Wed, 30 Jul 2008 19:32:28 +0000 Subject: [PATCH] installer: updates git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@26003 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 145f212606..a954704bb7 100644 --- a/development/Win32/packaging/AltInstaller/Updated.nsh +++ b/development/Win32/packaging/AltInstaller/Updated.nsh @@ -37,9 +37,9 @@ Function UpdateModifiedFiles File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here SetOutPath "$INSTDIR\Resources\scripts" #File "${PRODUCT_SOURCEDIR}\Resources\scripts\csv2lyx.py" - SetOutPath "$INSTDIR\Resources\templates" - #File "${PRODUCT_SOURCEDIR}\Resources\templates\aa.lyx" - #File "${PRODUCT_SOURCEDIR}\Resources\templates\JSS-article.lyx" + SetOutPath "$INSTDIR\Resources\man\man1" + File "${PRODUCT_SOURCEDIR}\Resources\man\man1\lyx.1" + File "${PRODUCT_SOURCEDIR}\Resources\man\man1\tex2lyx.1" FunctionEnd