From d828d33c87220a3805d74d0e359acf8cd480fad7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Uwe=20St=C3=B6hr?= Date: Mon, 31 May 2010 01:01:54 +0000 Subject: [PATCH] installer: update git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34546 a592a061-630c-0410-9148-cb99ea01b6c8 --- development/Win32/packaging/AltInstaller/Updated.nsh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/development/Win32/packaging/AltInstaller/Updated.nsh b/development/Win32/packaging/AltInstaller/Updated.nsh index e719f2e345..52fc88bd1a 100644 --- a/development/Win32/packaging/AltInstaller/Updated.nsh +++ b/development/Win32/packaging/AltInstaller/Updated.nsh @@ -38,6 +38,8 @@ Function UpdateModifiedFiles File "${PRODUCT_SOURCEDIR}\Resources\layouts\IEEEtran.layout" SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here + SetOutPath "$INSTDIR\Resources\man\man1" + File "${PRODUCT_SOURCEDIR}\Resources\man\man1\lyx.1" SetOutPath "$INSTDIR\Resources\templates" File "${PRODUCT_SOURCEDIR}\Resources\templates\IEEEtran.lyx" #SetOutPath "$INSTDIR\Resources\ui"