mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 16:50:39 +00:00
installer: update to LyX 1.5.1
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@19313 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
47c1a1ec2a
commit
f217c9fa97
@ -1,11 +1,11 @@
|
||||
Version 3.18
|
||||
- LyX 1.5.0
|
||||
- LyX 1.5.1
|
||||
|
||||
- support to set "Chinese (China)" (simplified Chinese) and
|
||||
"Chinese (Taiwan)" (traditional Chinese) as LyX's menu language
|
||||
- updated to MiKTeX 2.6 (version 2742)
|
||||
- updated to ImageMagick 6.3.5
|
||||
- updated to GhostScript 8.57
|
||||
- updated to GhostScript 8.60
|
||||
|
||||
|
||||
Version LyX 1.5rc2-27-06-2007
|
||||
|
@ -3,8 +3,8 @@
|
||||
|
||||
!define PRODUCT_DIR "D:\LyXPackage1.5"
|
||||
!define PRODUCT_NAME "LyX"
|
||||
!define PRODUCT_VERSION "1.5.0"
|
||||
!define PRODUCT_VERSION_SHORT "150"
|
||||
!define PRODUCT_VERSION "1.5.1"
|
||||
!define PRODUCT_VERSION_SHORT "151"
|
||||
!define PRODUCT_SUBFOLDER "lyx15"
|
||||
!define PRODUCT_LICENSE_FILE "${PRODUCT_DIR}\License.txt"
|
||||
!define PRODUCT_SOURCEDIR "${PRODUCT_DIR}\LyX"
|
||||
@ -67,7 +67,7 @@ BrandingText "LyXWinInstaller v3.18 - ${INSTALLER_VERSION}"
|
||||
# for some odd reason the ImageMagick folder may not be a subfolder of $INSTDIR\bin!
|
||||
!define ImageMagickDir "$INSTDIR\etc\ImageMagick"
|
||||
!define GhostscriptDir "$INSTDIR\etc\Ghostscript"
|
||||
!define GhostscriptVersion "8.57"
|
||||
!define GhostscriptVersion "8.60"
|
||||
!define AiksaurusDir "$APPDATA\Aiksaurus"
|
||||
!define AiksaurusInstall "external\Aiksaurus"
|
||||
!define AspellDir "$APPDATA\Aspell"
|
||||
@ -76,7 +76,7 @@ BrandingText "LyXWinInstaller v3.18 - ${INSTALLER_VERSION}"
|
||||
!define AspellUninstall "Uninstall-AspellData.exe"
|
||||
!define AspellDictPath "${AspellDir}\Dictionaries"
|
||||
!define AspellPersonalPath "${AspellDir}\Personal"
|
||||
!define AspellLocationExact "http://developer.berlios.de/project/showfiles.php?group_id=5117&release_id=9651"
|
||||
!define AspellLocationExact "http://developer.berlios.de/project/showfiles.php?group_id=5117&release_id=12973"
|
||||
!define AspellLocation "http://developer.berlios.de/projects/lyxwininstall/"
|
||||
!define DVIPostFileDir "${PRODUCT_SOURCEDIR}\external\dvipost"
|
||||
# the following variable is needed for a possible CD-version
|
||||
|
Loading…
Reference in New Issue
Block a user