installer: support for Belarusian

This commit is contained in:
Uwe Stöhr 2013-03-15 00:40:20 +01:00
parent fda657b03c
commit f8662d8716
3 changed files with 10 additions and 2 deletions

View File

@ -1,4 +1,8 @@
Changelog for LyX-2051-5:
Changelog for LyX-2051-6:
- support for Thai and will now automatically be installed to MiKTeX
- language support files for Belarusian are now included
Changelog for LyX-2051-5:
- Fix broken importing of TeX files to LyX
- If a 64bit version of MiKTeX is installed it is now recognized by LyX
- Fix broken installation of the Perl interpreter (Perl is only necessary to use

View File

@ -261,6 +261,10 @@ Function ConfigureMiKTeX
# dvipost
SetOutPath "$PathLaTeXLocal\tex\latex\dvipost"
File "${FILES_DVIPOST_PKG}\dvipost.sty"
# Belarusian support
SetOutPath "$PathLaTeXLocal\tex\generic\babel"
File "${FILES_DVIPOST_PKG}\belarusian.ldf"
File "${FILES_DVIPOST_PKG}\belarusian.sty"
# files in Resources\tex
SetOutPath "$PathLaTeXLocal\tex\latex\lyx"
CopyFiles /SILENT "$INSTDIR\Resources\tex\*.*" "$PathLaTeXLocal\tex\latex\lyx"

View File

@ -14,7 +14,7 @@ These typically need to be modified for each LyX release
!define APP_VERSION_REVISION 5
!define APP_VERSION_EMERGENCY "1" # use "1" for an emergency release of LyX otherwise ""
!define APP_EMERGENCY_DOT "." # use "." for an emergency release of LyX otherwise ""
!define APP_VERSION_BUILD 5 # Start with 1 for the installer releases of each version
!define APP_VERSION_BUILD 6 # Start with 1 for the installer releases of each version
!define APP_VERSION "${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY}" # Version to display