mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Win installer: remove outdated actions for Belarusion
there is now the package babel-belarusian available since a while
This commit is contained in:
parent
971025b80d
commit
7cdc6b5367
@ -12,6 +12,7 @@ authordate
|
||||
babel-albanian
|
||||
babel-bahasa
|
||||
babel-basque
|
||||
babel-belarusian
|
||||
babel-breton
|
||||
babel-bulgarian
|
||||
babel-catalan
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user