installer update

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@20872 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2007-10-09 20:55:05 +00:00
parent fd69063e00
commit 0e2846ed71
2 changed files with 17 additions and 31 deletions

View File

@ -3,6 +3,15 @@
- support to set Portuguese as LyX's menu language
- support to set Catalan as LyX's menu language
- LyX is build using the Qt 4.3.2 libraries, this should solve
some problems users had on Windows Vista
- this installer release comes with an update installer that allows
you to update LyX 1.5.1 to LyX 1.5.2 without the need to uninstall LyX 1.5.1
- updated to MiKTeX 2.6 (version 2831)
- updated to ImageMagick 6.3.6-1
- updated Readme files
- NSIS 2.30 is now required to compile the installer
Version 3.19

View File

@ -1,48 +1,25 @@
Function UpdateModifiedFiles
# list with modified files for LyX 1.5.2svn 22-09-2007
# list with modified files for LyX 1.5.3svn
SetOutPath "$INSTDIR\bin"
File "${PRODUCT_SOURCEDIR}\bin\lyx.exe" # always here
File "${PRODUCT_SOURCEDIR}\bin\tex2lyx.exe" # always here
SetOutPath "$INSTDIR\Resources"
File "${PRODUCT_SOURCEDIR}\Resources\chkconfig.ltx"
File "${PRODUCT_SOURCEDIR}\Resources\configure.py"
File "${PRODUCT_SOURCEDIR}\Resources\CREDITS"
File /r "${PRODUCT_SOURCEDIR}\Resources\images"
File "${PRODUCT_SOURCEDIR}\Resources\symbols"
File /r "${PRODUCT_SOURCEDIR}\Resources\locale" # always here
File /r "${PRODUCT_SOURCEDIR}\Resources\doc"
SetOutPath "$INSTDIR\Resources\bind"
File "${PRODUCT_SOURCEDIR}\Resources\bind\cua.bind"
SetOutPath "$INSTDIR\Resources\examples\de"
File "${PRODUCT_SOURCEDIR}\Resources\examples\de\splash.lyx"
SetOutPath "$INSTDIR\Resources\examples\es"
File "${PRODUCT_SOURCEDIR}\Resources\examples\es\splash.lyx"
SetOutPath "$INSTDIR\Resources\examples\hu"
File "${PRODUCT_SOURCEDIR}\Resources\examples\hu\splash.lyx"
SetOutPath "$INSTDIR\Resources\images\math"
File "${PRODUCT_SOURCEDIR}\Resources\images\math\lparen_rparen.xpm"
File "${PRODUCT_SOURCEDIR}\Resources\images\math\lbracket_rbracket.xpm"
File "${PRODUCT_SOURCEDIR}\Resources\images\math\lbrace_rbrace.xpm"
File "${PRODUCT_SOURCEDIR}\Resources\images\math\cases.xpm"
File "${PRODUCT_SOURCEDIR}\Resources\bind\emacs.bind"
File "${PRODUCT_SOURCEDIR}\Resources\bind\mac.bind"
File "${PRODUCT_SOURCEDIR}\Resources\bind\xemacs.bind"
SetOutPath "$INSTDIR\Resources\fonts"
File "${PRODUCT_SOURCEDIR}\Resources\fonts\esint10.ttf"
File "${PRODUCT_SOURCEDIR}\Resources\fonts\wasy10.ttf"
SetOutPath "$INSTDIR\Resources\layouts"
File "${PRODUCT_SOURCEDIR}\Resources\layouts\beamer.layout"
File "${PRODUCT_SOURCEDIR}\Resources\layouts\amsmaths-seq.inc"
File "${PRODUCT_SOURCEDIR}\Resources\layouts\amsmaths-plain.inc"
File "${PRODUCT_SOURCEDIR}\Resources\layouts\amsbook.layout"
File "${PRODUCT_SOURCEDIR}\Resources\layouts\amsart-seq.layout"
File "${PRODUCT_SOURCEDIR}\Resources\layouts\amsart.layout"
File "${PRODUCT_SOURCEDIR}\Resources\layouts\amsmaths.inc"
File "${PRODUCT_SOURCEDIR}\Resources\layouts\amsdefs.inc"
File "${PRODUCT_SOURCEDIR}\Resources\layouts\amsart-plain.layout"
SetOutPath "$INSTDIR\Resources\lyx2lyx" # always here
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\LyX.py"
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_lang.py"
File "${PRODUCT_SOURCEDIR}\Resources\lyx2lyx\lyx2lyx_version.py" # always here
SetOutPath "$INSTDIR\Resources\templates"
File "${PRODUCT_SOURCEDIR}\Resources\templates\g-brief-de.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\templates\g-brief-en.lyx"
SetOutPath "$INSTDIR\Resources\ui"
File "${PRODUCT_SOURCEDIR}\Resources\ui\stdmenus.inc"
FunctionEnd