]> git.lyx.org Git - lyx.git/commitdiff
Win installer: remove outdated actions for Belarusion
authorUwe Stöhr <uwestoehr@lyx.org>
Tue, 11 Oct 2016 00:30:08 +0000 (02:30 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Tue, 11 Oct 2016 00:30:08 +0000 (02:30 +0200)
there is now the package babel-belarusian available since a while

development/Win32/packaging/installer/Packages.txt
development/Win32/packaging/installer/include/LaTeX.nsh

index 581b9117b932b77260b24fc38dbb079f1dd85ea9..d0ed643413a4394a15b7f301a462358902e60d9e 100644 (file)
@@ -12,6 +12,7 @@ authordate
 babel-albanian
 babel-bahasa
 babel-basque
+babel-belarusian
 babel-breton
 babel-bulgarian
 babel-catalan
index 68c6c36fbcca4807189099159a543dd0046f367d..dcf7cd01bd6f4185b68003640dbc3dc3b1a01eeb 100644 (file)
@@ -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"