mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
installer: support for Belarusian
This commit is contained in:
parent
fda657b03c
commit
f8662d8716
@ -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
|
||||
|
@ -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"
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user