From 7cdc6b536751c9b86b47d222e724da2bbc94f95c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Uwe=20St=C3=B6hr?= Date: Tue, 11 Oct 2016 02:30:08 +0200 Subject: [PATCH] Win installer: remove outdated actions for Belarusion there is now the package babel-belarusian available since a while --- development/Win32/packaging/installer/Packages.txt | 1 + .../Win32/packaging/installer/include/LaTeX.nsh | 11 +++-------- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/development/Win32/packaging/installer/Packages.txt b/development/Win32/packaging/installer/Packages.txt index 581b9117b9..d0ed643413 100644 --- a/development/Win32/packaging/installer/Packages.txt +++ b/development/Win32/packaging/installer/Packages.txt @@ -12,6 +12,7 @@ authordate babel-albanian babel-bahasa babel-basque +babel-belarusian babel-breton babel-bulgarian babel-catalan diff --git a/development/Win32/packaging/installer/include/LaTeX.nsh b/development/Win32/packaging/installer/include/LaTeX.nsh index 68c6c36fbc..dcf7cd01bd 100644 --- a/development/Win32/packaging/installer/include/LaTeX.nsh +++ b/development/Win32/packaging/installer/include/LaTeX.nsh @@ -277,16 +277,11 @@ Function ConfigureMiKTeX SetOutPath "$PathLaTeXLocal\tex\latex\lyx" CopyFiles /SILENT "$INSTDIR\Resources\tex\*.*" "$PathLaTeXLocal\tex\latex\lyx" ${endif} - # Belarusian support - ${ifnot} ${FileExists} "$PathLaTeXLocal\tex\generic\babel\belarusian.ldf" - SetOutPath "$PathLaTeXLocal\tex\generic\babel" - File "${FILES_DVIPOST_PKG}\belarusian.ldf" - File "${FILES_DVIPOST_PKG}\belarusian.sty" - ${endif} # Hungarian support + # The following seems to be unnecesary since 2015, therefore it is commented # this is a replacement therefore do this in every case - SetOutPath "$PathLaTeXLocal\tex\generic\babel" - File "${FILES_DVIPOST_PKG}\magyar.ldf" + #SetOutPath "$PathLaTeXLocal\tex\generic\babel" + #File "${FILES_DVIPOST_PKG}\magyar.ldf" # install a Perl interpreter for splitindex and pdfcrop SetOutPath "$INSTDIR" -- 2.39.2