From bfebe0657c50cae9aa647ff801f7bd6c6df35590 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Thu, 26 Apr 2007 19:25:39 +0000 Subject: [PATCH] installer updates git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18049 a592a061-630c-0410-9148-cb99ea01b6c8 --- .../installer/LyXWinInstaller/Deleted.nsh | 3 +- .../installer/LyXWinInstaller/Updated.nsh | 31 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/development/Win32/packaging/installer/LyXWinInstaller/Deleted.nsh b/development/Win32/packaging/installer/LyXWinInstaller/Deleted.nsh index a87914f4fd..86720153b0 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/Deleted.nsh +++ b/development/Win32/packaging/installer/LyXWinInstaller/Deleted.nsh @@ -1,7 +1,8 @@ Function DeleteFiles ; list with deleted files - Delete "$INSTDIR\Resources\images\dialog-show_mathpanel.xpm" + Delete "$INSTDIR\Resources\examples\decimal.lyx" + Delete "$INSTDIR\Resources\examples\de\decimal.lyx" FunctionEnd diff --git a/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh b/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh index 8308a2680d..f9a9336689 100644 --- a/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh +++ b/development/Win32/packaging/installer/LyXWinInstaller/Updated.nsh @@ -7,30 +7,29 @@ Function UpdateModifiedFiles SetOutPath "$INSTDIR\Resources" File "${PRODUCT_SOURCEDIR}\Resources\unicodesymbols" File /r "${PRODUCT_SOURCEDIR}\Resources\locale" ; always here - File "${PRODUCT_SOURCEDIR}\Resources\configure.py" SetOutPath "$INSTDIR\Resources\bind" - File "${PRODUCT_SOURCEDIR}\Resources\bind\aqua.bind" - File "${PRODUCT_SOURCEDIR}\Resources\bind\cua.bind" - SetOutPath "$INSTDIR\Resources\doc" - File "${PRODUCT_SOURCEDIR}\Resources\doc\Intro.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\doc\EmbeddedObjects.lyx" - File "${PRODUCT_SOURCEDIR}\Resources\doc\TOC.lyx" ; must be here when another \doc file has been changed - File "${PRODUCT_SOURCEDIR}\Resources\doc\Tutorial.lyx" - SetOutPath "$INSTDIR\Resources\doc\es" - File "${PRODUCT_SOURCEDIR}\Resources\doc\es\Extended.lyx" - 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 + File "${PRODUCT_SOURCEDIR}\Resources\bind\sciword.bind" + SetOutPath "$INSTDIR\Resources\doc\de" + File "${PRODUCT_SOURCEDIR}\Resources\doc\de\Extended.lyx" + File "${PRODUCT_SOURCEDIR}\Resources\doc\de\UserGuide.lyx" + File "${PRODUCT_SOURCEDIR}\Resources\doc\de\TOC.lyx" ; must be here when another \doc file has been changed + SetOutPath "$INSTDIR\Resources\doc\it" + File "${PRODUCT_SOURCEDIR}\Resources\doc\it\Customization.lyx" + File "${PRODUCT_SOURCEDIR}\Resources\doc\it\TOC.lyx" ; must be here when another \doc file has been changed + SetOutPath "$INSTDIR\Resources\examples" + Delete "$INSTDIR\Resources\examples\de\Dezimal.lyx" + File "${PRODUCT_SOURCEDIR}\Resources\examples\simplecv.lyx" SetOutPath "$INSTDIR\Resources\images" File /r "${PRODUCT_SOURCEDIR}\Resources\images\math" SetOutPath "$INSTDIR\Resources\layouts" - File "${PRODUCT_SOURCEDIR}\Resources\layouts\g-brief2.layout" + File "${PRODUCT_SOURCEDIR}\Resources\layouts\simplecv.layout" + SetOutPath "$INSTDIR\Resources\lyx2lyx" + File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py" + File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py" SetOutPath "$INSTDIR\Resources\scripts" File "${PRODUCT_SOURCEDIR}\Resources\scripts\tex_copy.py" SetOutPath "$INSTDIR\Resources\ui" - File "${PRODUCT_SOURCEDIR}\Resources\ui\default.ui" - File "${PRODUCT_SOURCEDIR}\Resources\ui\classic.ui" File "${PRODUCT_SOURCEDIR}\Resources\ui\stdtoolbars.inc" - File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc" FunctionEnd -- 2.39.2