The branch, master, has been updated. - Log -----------------------------------------------------------------
commit af668f77c01fc2a4b43130fc98105ca0852d7b4a Author: Uwe Stöhr <[email protected]> Date: Fri Mar 15 01:21:29 2013 +0100 installer: support for Hungarian and Mongolian - the installer does nw the job of replacing the magyar.ldf with the fixed version [http://wiki.lyx.org/Windows/Hungarian] - install the Mongolian hyphenation pattern to MiKTeX - update eLyXer diff --git a/development/Win32/packaging/installer/ChangeLog.txt b/development/Win32/packaging/installer/ChangeLog.txt index dde841c..195de73 100644 --- a/development/Win32/packaging/installer/ChangeLog.txt +++ b/development/Win32/packaging/installer/ChangeLog.txt @@ -1,6 +1,7 @@ Changelog for LyX-2051-6: -- support for Thai and will now automatically be installed to MiKTeX -- language support files for Belarusian are now included +- support for Thai and Mongolian will now automatically be installed to MiKTeX +- babel language support files for Belarusian and Hungarian are now included +- updated to eLyXer 1.2.5 Changelog for LyX-2051-5: - Fix broken importing of TeX files to LyX diff --git a/development/Win32/packaging/installer/Packages.txt b/development/Win32/packaging/installer/Packages.txt index 313a7f0..f524d89 100644 --- a/development/Win32/packaging/installer/Packages.txt +++ b/development/Win32/packaging/installer/Packages.txt @@ -28,6 +28,7 @@ lithuanian genmisc mhchem mongolian-babel +miktex-hyph-mongolian natbib units nomencl diff --git a/development/Win32/packaging/installer/include/LaTeX.nsh b/development/Win32/packaging/installer/include/LaTeX.nsh index 4e97217..5a5a1bc 100644 --- a/development/Win32/packaging/installer/include/LaTeX.nsh +++ b/development/Win32/packaging/installer/include/LaTeX.nsh @@ -265,6 +265,9 @@ Function ConfigureMiKTeX SetOutPath "$PathLaTeXLocal\tex\generic\babel" File "${FILES_DVIPOST_PKG}\belarusian.ldf" File "${FILES_DVIPOST_PKG}\belarusian.sty" + # Hungarian support + SetOutPath "$PathLaTeXLocal\tex\generic\babel" + File "${FILES_DVIPOST_PKG}\magyar.ldf" # files in Resources\tex SetOutPath "$PathLaTeXLocal\tex\latex\lyx" CopyFiles /SILENT "$INSTDIR\Resources\tex\*.*" "$PathLaTeXLocal\tex\latex\lyx" ----------------------------------------------------------------------- Summary of changes: .../Win32/packaging/installer/ChangeLog.txt | 5 +++-- development/Win32/packaging/installer/Packages.txt | 1 + .../Win32/packaging/installer/include/LaTeX.nsh | 3 +++ 3 files changed, 7 insertions(+), 2 deletions(-) hooks/post-receive -- The LyX Source Repository
