]> git.lyx.org Git - lyx.git/commitdiff
installer updates
authorUwe Stöhr <uwestoehr@web.de>
Thu, 14 Jun 2007 23:23:54 +0000 (23:23 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Thu, 14 Jun 2007 23:23:54 +0000 (23:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@18776 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/AltInstaller/Updated.nsh

index c72323013b478b004cc3215e48554c615aebb3e5..bfd66afa94436b9bb20ac30f9cdfa5bfe370af2b 100644 (file)
@@ -11,6 +11,7 @@ Function UpdateModifiedFiles
  SetOutPath "$INSTDIR\Resources\doc"
  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\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
@@ -27,6 +28,9 @@ Function UpdateModifiedFiles
  SetOutPath "$INSTDIR\Resources\images\math"
  File "${PRODUCT_SOURCEDIR}\Resources\images\math\functions.xpm"
  File "${PRODUCT_SOURCEDIR}\Resources\images\math\varrho.xpm"
+ SetOutPath "$INSTDIR\Resources\lyx2lyx"
+ File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
+ File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx_1_5.py"
  SetOutPath "$INSTDIR\Resources\templates"
  File "${PRODUCT_SOURCEDIR}\Resources\templates\IEEEtran.lyx"
  File "${PRODUCT_SOURCEDIR}\Resources\templates\iop-article.lyx"