TeXLive 2019
OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlive?expand=0&rev=312
This commit is contained in:
220
source.dif
220
source.dif
@@ -338,7 +338,7 @@
|
||||
rm -rf "$db_dir_tmp"
|
||||
done
|
||||
|
||||
--- texk/kpathsea/progname.c
|
||||
--- texk/kpathsea/progname.c
|
||||
+++ texk/kpathsea/progname.c 2018-04-10 09:02:17.862982147 +0000
|
||||
@@ -662,9 +662,9 @@ kpathsea_set_program_name (kpathsea kpse
|
||||
/* SELFAUTODIR is actually the parent of the invocation directory,
|
||||
@@ -351,7 +351,7 @@
|
||||
+ sdir_grandparent = xdirname ("/usr/share/texmf");
|
||||
kpathsea_xputenv (kpse, "SELFAUTOPARENT", fix_selfdir (sdir_grandparent));
|
||||
sdir_greatgrandparent = xdirname (sdir_grandparent);
|
||||
kpathsea_xputenv (kpse, "SELFAUTOGRANDPARENT", fix_selfdir (sdir_greatgrandparent));
|
||||
kpathsea_xputenv (kpse, "SELFAUTOGRANDPARENT", fix_selfdir (sdir_greatgrandparent));
|
||||
--- texk/kpathsea/texmf.cnf
|
||||
+++ texk/kpathsea/texmf.cnf 2019-04-18 09:16:14.042022295 +0000
|
||||
@@ -61,20 +61,20 @@
|
||||
@@ -381,11 +381,11 @@
|
||||
% more than one per-user tree, set this to a list of directories in
|
||||
@@ -83,10 +83,10 @@ TEXMFSYSCONFIG = $TEXMFROOT/texmf-config
|
||||
TEXMFHOME = ~/texmf
|
||||
|
||||
|
||||
% TEXMFVAR, where texconfig/updmap/fmtutil store cached runtime data.
|
||||
-TEXMFVAR = ~/.texlive2019/texmf-var
|
||||
+TEXMFVAR = ${TEXMFSYSVAR}
|
||||
|
||||
|
||||
% TEXMFCONFIG, where texconfig/updmap/fmtutil store configuration data.
|
||||
-TEXMFCONFIG = ~/.texlive2019/texmf-config
|
||||
+TEXMFCONFIG = ${TEXMFSYSVAR}
|
||||
@@ -397,12 +397,12 @@
|
||||
% ever defined (the 99% common case), no extra elements will be added to
|
||||
% the search paths. tlmgr takes care to end any value with a trailing comma.
|
||||
-TEXMF = {$TEXMFAUXTREES$TEXMFCONFIG,$TEXMFVAR,$TEXMFHOME,!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST}
|
||||
+TEXMF = {$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFDIST}
|
||||
|
||||
+TEXMF = {$TEXMFHOME,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFLOCAL,!!$TEXMFDIST}
|
||||
|
||||
% Where to look for, and where mktexlsr creates, ls-R files. By default,
|
||||
% directories in this path, but if there is one, Kpathsea will use it.
|
||||
@@ -115,24 +115,23 @@ TEXMF = {$TEXMFAUXTREES$TEXMFCONFIG,$TEX
|
||||
% does not create ls-R files in the non-!! elements -- because if an
|
||||
% this is all and only the !! elements of TEXMF, so that mktexlsr does not
|
||||
@@ -115,24 +115,23 @@ TEXMF = {$TEXMFAUXTREES$TEXMFCONFIG,$TEX
|
||||
% present, it will be used, and the disk will not (usually) be searched,
|
||||
% regardless of !!. Although in principle a directory listed here need
|
||||
% not contain an ls-R file, in practice they all should.
|
||||
-TEXMFDBS = {!!$TEXMFLOCAL,!!$TEXMFSYSCONFIG,!!$TEXMFSYSVAR,!!$TEXMFDIST}
|
||||
@@ -444,120 +444,57 @@
|
||||
% WEB2C is for Web2C specific files. The current directory may not be
|
||||
% a good place to look for them.
|
||||
-WEB2C = $TEXMF/web2c
|
||||
+WEB2C = ${TEXMFHOME}/web2c;${TEXMFSYSCONFIG}/web2c;${TEXMFSYSVAR}/web2c;$TEXMF/web2c
|
||||
|
||||
% TEXINPUTS is for TeX input files -- i.e., anything to be found by \input
|
||||
% or \openin, including .sty, .eps, etc. We specify paths for all known
|
||||
@@ -192,18 +192,18 @@ TEXINPUTS.elatex = .;$TEXMF/tex/{
|
||||
TEXINPUTS.etex = .;$TEXMF/tex/{plain,generic,}//
|
||||
|
||||
% pdfTeX.
|
||||
-TEXINPUTS.pdfcslatex = .;$TEXMF/tex/{cslatex,csplain,latex,generic,}//
|
||||
-TEXINPUTS.pdfcsplain = .;$TEXMF/tex/{csplain,plain,generic,}//
|
||||
-TEXINPUTS.pdflatex = .;$TEXMF/tex/{latex,generic,}//
|
||||
-TEXINPUTS.pdfmex = .;$TEXMF/tex/{mex,plain,generic,}//
|
||||
-TEXINPUTS.utf8mex = .;$TEXMF/tex/{mex,plain,generic,}//
|
||||
-TEXINPUTS.pdftex = .;$TEXMF/tex/{plain,generic,}//
|
||||
-TEXINPUTS.pdftexinfo = .;$TEXMF/tex/{texinfo,plain,generic,}//
|
||||
-TEXINPUTS.pdfamstex = .;$TEXMF/tex/{amstex,plain,generic,}//
|
||||
+TEXINPUTS.pdfcslatex = .;$TEXMF/{pdftex,tex}/{cslatex,csplain,latex,generic,}//
|
||||
+TEXINPUTS.pdfcsplain = .;$TEXMF/{pdftex,tex}/{csplain,plain,generic,}//
|
||||
+TEXINPUTS.pdflatex = .;$TEXMF/{pdftex,tex}/{latex,generic,}//
|
||||
+TEXINPUTS.pdfmex = .;$TEXMF/{pdftex,tex}/{mex,plain,generic,}//
|
||||
+TEXINPUTS.utf8mex = .;$TEXMF/{pdftex,tex}/{mex,plain,generic,}//
|
||||
+TEXINPUTS.pdftex = .;$TEXMF/{pdftex,tex}/{plain,generic,}//
|
||||
+TEXINPUTS.pdftexinfo = .;$TEXMF/{pdftex,tex}/{texinfo,plain,generic,}//
|
||||
+TEXINPUTS.pdfamstex = .;$TEXMF/{pdftex,tex}/{amstex,plain,generic,}//
|
||||
|
||||
% pdfeTeX.
|
||||
-TEXINPUTS.pdfelatex = .;$TEXMF/tex/{latex,generic,}//
|
||||
-TEXINPUTS.pdfetex = .;$TEXMF/tex/{plain,generic,}//
|
||||
+TEXINPUTS.pdfelatex = .;$TEXMF/{pdftex,tex}/{latex,generic,}//
|
||||
+TEXINPUTS.pdfetex = .;$TEXMF/{pdftex,tex}/{plain,generic,}//
|
||||
|
||||
% LuaTeX.
|
||||
TEXINPUTS.luatex = .;$TEXMF/tex/{luatex,plain,generic,}//
|
||||
@@ -256,18 +256,18 @@ BSTINPUTS.upbibtex = .;$TEXMF/{upbi
|
||||
TEXINPUTS.context = .;$TEXMF/tex/{context,plain,generic,}//
|
||||
|
||||
% jadetex.
|
||||
-TEXINPUTS.jadetex = .;$TEXMF/tex/{jadetex,latex,generic,}//
|
||||
-TEXINPUTS.pdfjadetex = .;$TEXMF/tex/{jadetex,latex,generic,}//
|
||||
+TEXINPUTS.jadetex = .;$TEXMF/tex/{jadetex,xmltex,latex,plain,generic,}//
|
||||
+TEXINPUTS.pdfjadetex = .;$TEXMF/{pdftex,tex}/{jadetex,xmltex,latex,plain,generic,}//
|
||||
|
||||
% XMLTeX.
|
||||
-TEXINPUTS.xmltex = .;$TEXMF/tex/{xmltex,latex,generic,}//
|
||||
-TEXINPUTS.pdfxmltex = .;$TEXMF/tex/{xmltex,latex,generic,}//
|
||||
+TEXINPUTS.xmltex = .;$TEXMF/tex/{xmltex,latex,plain,generic,}//
|
||||
+TEXINPUTS.pdfxmltex = .;$TEXMF/{pdftex,tex}/{xmltex,latex,plain,generic,}//
|
||||
|
||||
% Miscellany, no longer built.
|
||||
TEXINPUTS.lamstex = .;$TEXMF/tex/{lamstex,plain,generic,}//
|
||||
TEXINPUTS.lollipop = .;$TEXMF/tex/{lollipop,plain,generic,}//
|
||||
-TEXINPUTS.frpdflatex = .;$TEXMF/tex/{french,latex,generic,}//
|
||||
-TEXINPUTS.frpdftex = .;$TEXMF/tex/{french,plain,generic,}//
|
||||
+TEXINPUTS.frpdflatex = .;$TEXMF/{pdftex,tex}/{french,latex,generic,}//
|
||||
+TEXINPUTS.frpdftex = .;$TEXMF/{pdftex,tex}/{french,plain,generic,}//
|
||||
|
||||
% Earlier entries override later ones, so put this generic one last.
|
||||
TEXINPUTS = .;$TEXMF/tex/{$progname,generic,}//
|
||||
+WEB2C = ${TEXMFHOME}/web2c;${TEXMFSYSCONFIG}/web2c;${TEXMFSYSVAR}/web2c;$TEXMF/web2c
|
||||
|
||||
% This variable exists only to be redefined; it is used in nearly all
|
||||
% search paths. If a document has source files not only in the current
|
||||
@@ -285,7 +285,7 @@ TEXINPUTS = $TEXMFDOTDIR;$
|
||||
TTF2TFMINPUTS = $TEXMFDOTDIR;$TEXMF/ttf2pk//
|
||||
|
||||
% Metafont, MetaPost inputs.
|
||||
-MFINPUTS = .;$TEXMF/metafont//;{$TEXMF/fonts,$VARTEXFONTS}/source//
|
||||
|
||||
% Metafont, MetaPost inputs.
|
||||
-MFINPUTS = $TEXMFDOTDIR;$TEXMF/metafont//;{$TEXMF/fonts,$VARTEXFONTS}/source//
|
||||
+MFINPUTS = $TEXMFDOTDIR;$TEXMF/metafont//;{$TEXMF/fonts,$HOMECACHE,$VARTEXFONTS}/source//
|
||||
MPINPUTS = $TEXMFDOTDIR;$TEXMF/metapost//
|
||||
|
||||
|
||||
% Dump files (fmt/base/mem) for vir{tex,mf,mp} to read.
|
||||
@@ -295,31 +295,31 @@ MPINPUTS = $TEXMFDOTDIR;$TEXMF/metapost/
|
||||
% We repeat the same definition three times because of the way fmtutil
|
||||
% is implemented; if we use ${TEXFORMATS}, the mpost/mf/etc. formats
|
||||
% will not be found.
|
||||
-TEXFORMATS = .;$TEXMF/web2c{/$engine,}
|
||||
-MFBASES = .;$TEXMF/web2c{/$engine,}
|
||||
-MPMEMS = .;$TEXMF/web2c{/$engine,}
|
||||
+TEXFORMATS = .;$WEB2C/{$engine,}//
|
||||
% is implemented; if we use ${TEXFORMATS}, the mpost/mf/etc. formats
|
||||
% will not be found.
|
||||
-TEXFORMATS = $TEXMFDOTDIR;$TEXMF/web2c{/$engine,}
|
||||
-MFBASES = $TEXMFDOTDIR;$TEXMF/web2c{/$engine,}
|
||||
-MPMEMS = $TEXMFDOTDIR;$TEXMF/web2c{/$engine,}
|
||||
+TEXFORMATS = $TEXMFDOTDIR;$TEXMF/web2c{/$engine,}//
|
||||
+MFBASES = $TEXMFDOTDIR;$TEXMF/web2c{/$engine,}//
|
||||
+MPMEMS = $TEXMFDOTDIR;$TEXMF/web2c{/$engine,}//
|
||||
%
|
||||
% As of 2008, pool files don't exist any more (the strings are compiled
|
||||
% into the binaries), but just in case something expects to find these:
|
||||
% As of 2008, pool files don't exist any more (the strings are compiled
|
||||
% into the binaries), but just in case something expects to find these:
|
||||
-TEXPOOL = $TEXMFDOTDIR;$TEXMF/web2c
|
||||
+TEXPOOL = $TEXMFDOTDIR;$WEB2C
|
||||
MFPOOL = ${TEXPOOL}
|
||||
MPPOOL = ${TEXPOOL}
|
||||
|
||||
% support the original xdvi. Must come before the generic settings.
|
||||
-PKFONTS.XDvi = .;$TEXMF/%s;$VARTEXFONTS/pk/{%m,modeless}//
|
||||
+PKFONTS.XDvi = .;$TEXMF/%s;{$HOMECACHE,$VARTEXFONTS}/pk/{%m,modeless}//
|
||||
VFFONTS.XDvi = .;$TEXMF/%s
|
||||
|
||||
% support the original xdvi. Must come before the generic settings.
|
||||
-PKFONTS.XDvi = $TEXMFDOTDIR;$TEXMF/%s;$VARTEXFONTS/pk/{%m,modeless}//
|
||||
+PKFONTS.XDvi = $TEXMFDOTDIR;$TEXMF/%s;{$HOMECACHE,$VARTEXFONTS}/pk/{%m,modeless}//
|
||||
VFFONTS.XDvi = $TEXMFDOTDIR;$TEXMF/%s
|
||||
PSHEADERS.XDvi = $TEXMFDOTDIR;$TEXMF/%q{dvips,fonts/type1}//
|
||||
TEXPICTS.XDvi = $TEXMFDOTDIR;$TEXMF/%q{dvips,tex}//
|
||||
|
||||
% Device-independent font metric files.
|
||||
VFFONTS = .;$TEXMF/fonts/vf//
|
||||
|
||||
% Device-independent font metric files.
|
||||
VFFONTS = $TEXMFDOTDIR;$TEXMF/fonts/vf//
|
||||
-TFMFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$VARTEXFONTS}/tfm//
|
||||
+TFMFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$HOMECACHE,$VARTEXFONTS}}/tfm//
|
||||
|
||||
% The $MAKETEX_MODE below means the drivers will not use a cx font when
|
||||
% the mode is ricoh. If no mode is explicitly specified, kpse_prog_init
|
||||
% sets MAKETEX_MODE to /, so all subdirectories are searched. See the manual.
|
||||
% The modeless part guarantees that bitmaps for PostScript fonts are found.
|
||||
% sets MAKETEX_MODE to /, so all subdirectories are searched. See the manual.
|
||||
% The modeless part guarantees that bitmaps for PostScript fonts are found.
|
||||
-PKFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$VARTEXFONTS}/pk/{$MAKETEX_MODE,modeless}//
|
||||
+PKFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$HOMECACHE,$VARTEXFONTS}/pk/{$MAKETEX_MODE,modeless}//
|
||||
|
||||
% Similarly for the GF format, which only remains in existence because
|
||||
% Metafont outputs it (and MF isn't going to change).
|
||||
@@ -320,7 +320,7 @@ GFFONTS = .;$TEXMF/fonts/gf/$MAKETEX_MOD
|
||||
GLYPHFONTS = .;$TEXMF/fonts
|
||||
|
||||
% A place to puth everything that doesn't fit the other font categories.
|
||||
-MISCFONTS = .;$TEXMF/fonts/misc//
|
||||
+MISCFONTS = .;$TEXMF/fonts/misc//;$TEXMF/fonts/hbf//
|
||||
|
||||
% font name map files. This isn't just fonts/map// because ConTeXt
|
||||
% Similarly for the GF format, which only remains in existence because
|
||||
% Metafont outputs it (and MF isn't going to change).
|
||||
@@ -415,8 +415,8 @@ MPSUPPORT = $TEXMFDOTDIR;$TEXMF/metapost
|
||||
% For xdvi to find mime.types and .mailcap, if they do not exist in
|
||||
@@ -568,22 +505,22 @@
|
||||
+MIMELIBDIR = /etc
|
||||
+MAILCAPLIBDIR = /etc
|
||||
|
||||
% Default settings for the fontconfig library as used by the Windows
|
||||
% versions of xetex/xdvipdfmx. Not used by xetex on Unixish systems.
|
||||
% Default settings for the fontconfig library as used by the Windows
|
||||
% versions of xetex/xdvipdfmx. Not used by xetex on Unixish systems.
|
||||
@@ -440,10 +440,10 @@ WEBINPUTS = $TEXMFDOTDIR;$TEXMF/web//
|
||||
CWEBINPUTS = $TEXMFDOTDIR;$TEXMF/cweb//
|
||||
|
||||
% Omega-related fonts and other files.
|
||||
-OFMFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/{ofm,tfm}//
|
||||
-OPLFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/opl//
|
||||
-OVFFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/{ovf,vf}//
|
||||
-OVPFONTS = .;{$TEXMF/fonts,$VARTEXFONTS}/ovp//
|
||||
+OFMFONTS = .;{$TEXMF/fonts,$HOMECACHE,$VARTEXFONTS}/{ofm,tfm}//
|
||||
+OPLFONTS = .;{$TEXMF/fonts,$HOMECACHE,$VARTEXFONTS}/opl//
|
||||
+OVFFONTS = .;{$TEXMF/fonts,$HOMECACHE,$VARTEXFONTS}/{ovf,vf}//
|
||||
+OVPFONTS = .;{$TEXMF/fonts,$HOMECACHE,$VARTEXFONTS}/ovp//
|
||||
|
||||
% Omega-related fonts and other files.
|
||||
-OFMFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$VARTEXFONTS}/{ofm,tfm}//
|
||||
-OPLFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$VARTEXFONTS}/opl//
|
||||
-OVFFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$VARTEXFONTS}/{ovf,vf}//
|
||||
-OVPFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$VARTEXFONTS}/ovp//
|
||||
+OFMFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$HOMECACHE,$VARTEXFONTS}/{ofm,tfm}//
|
||||
+OPLFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$HOMECACHE,$VARTEXFONTS}/opl//
|
||||
+OVFFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$HOMECACHE,$VARTEXFONTS}/{ovf,vf}//
|
||||
+OVPFONTS = $TEXMFDOTDIR;{$TEXMF/fonts,$HOMECACHE,$VARTEXFONTS}/ovp//
|
||||
OTPINPUTS = $TEXMFDOTDIR;$TEXMF/omega/otp//
|
||||
OCPINPUTS = .;$TEXMF/omega/ocp//
|
||||
OCPINPUTS = $TEXMFDOTDIR;$TEXMF/omega/ocp//
|
||||
|
||||
@@ -526,32 +526,38 @@ RUBYINPUTS = $TEXMFDOTDIR;$TEXMF/scrip
|
||||
% explicitly list every directory. Arguably more understandable anyway.
|
||||
@@ -647,7 +584,7 @@
|
||||
+%$SELFAUTOPARENT/texmf/web2c\
|
||||
+%}
|
||||
%
|
||||
% For reference, here is the old brace-using definition:
|
||||
% For reference, here is the old brace-using definition:
|
||||
%TEXMFCNF = {$SELFAUTOLOC,$SELFAUTODIR,$SELFAUTOPARENT}{,{/share,}/texmf{-local,}/web2c}
|
||||
@@ -836,3 +842,33 @@ max_cols.gftype = 8191
|
||||
% Guess input encoding (SJIS vs. Unicode, etc.) in pTeX and friends?
|
||||
@@ -712,50 +649,7 @@
|
||||
- char *pkname;
|
||||
+ char *pkname, *endptr;
|
||||
|
||||
while (--argc > 0 && (*++argv)[0] == '-') {
|
||||
done=0;
|
||||
@@ -62,26 +61,36 @@ int main(int argc, char *argv[])
|
||||
switch (c) {
|
||||
case 'c':
|
||||
if (*++argv[0] == '\0') {
|
||||
- argc--; argv++;
|
||||
+ if (--argc == 0) {
|
||||
+err:
|
||||
+ printf("%s: illegal value for option %c\n", myname, c);
|
||||
+ exit(1);
|
||||
+ }
|
||||
+ argv++;
|
||||
}
|
||||
C = *argv[0];
|
||||
done = 1; break;
|
||||
case 'o':
|
||||
if (*++argv[0] == '\0') {
|
||||
- argc--; ++argv;
|
||||
+ if (--argc == 0) goto err;
|
||||
+ ++argv;
|
||||
}
|
||||
- C = atoo(argv[0]);
|
||||
+ C = strtol(argv[0], &endptr, 8);
|
||||
+ if (endptr==argv[0] || *endptr) goto err;
|
||||
done = 1; break;
|
||||
case 'H':
|
||||
if (*++argv[0] == '\0') {
|
||||
- argc--; argv++;
|
||||
+ if (--argc == 0) goto err;
|
||||
+ argv++;
|
||||
}
|
||||
- h = atoi(argv[0]);
|
||||
+ h = strtol(argv[0], &endptr, 10);
|
||||
+ if (endptr==argv[0] || *endptr) goto err;
|
||||
done=1;
|
||||
break;
|
||||
case 'W':
|
||||
if (*++argv[0] == '\0') {
|
||||
- argc--; argv++;
|
||||
+ if (--argc == 0) goto err;
|
||||
+ argv++;
|
||||
}
|
||||
w = atoi(argv[0]);
|
||||
while (--argc > 0 && (*++argv)[0] == '-') {
|
||||
done=0;
|
||||
@@ -103,7 +102,7 @@ int main(int argc, char *argv[])
|
||||
}
|
||||
@@ -764,7 +658,7 @@
|
||||
- if (argc == 0) {
|
||||
+ if (argc != 1) {
|
||||
msg ("pk2bm (ps2pk) version " PACKAGE_VERSION "\n");
|
||||
printf("Usage: %s [-bh] {-c char|-o octchar} [-W width -H height] pkfile\n", myname);
|
||||
printf("Usage: %s [-bh] {-c char|-o octchar} [-W width -H height] pkfile\n", myname);
|
||||
exit(1);
|
||||
@@ -221,11 +220,3 @@ dots(quarterword u, int n)
|
||||
bit>>=1;
|
||||
@@ -778,7 +672,7 @@
|
||||
- while (*oct != '\0') octal = 8*octal + (*oct++) - '0';
|
||||
- return octal;
|
||||
-}
|
||||
--- texk/texlive/linked_scripts/musixtex/musixtex.lua
|
||||
--- texk/texlive/linked_scripts/musixtex/musixtex.lua
|
||||
+++ texk/texlive/linked_scripts/musixtex/musixtex.lua 2018-04-10 09:12:50.395048030 +0000
|
||||
@@ -200,15 +200,26 @@ end
|
||||
-- possible by exploiting the the fact that Lua has two false values.
|
||||
@@ -914,7 +808,7 @@
|
||||
+cont-nl pdftex cont-usr.tex -8bit *cont-nl.mkii
|
||||
+cont-ro pdftex cont-usr.tex -8bit *cont-ro.mkii
|
||||
#
|
||||
# from cslatex:
|
||||
# from cslatex:
|
||||
cslatex pdftex - -etex cslatex.ini
|
||||
@@ -66,8 +67,8 @@ pdfcsplain luatex - -etex csplain.ini
|
||||
eplain pdftex language.dat -translate-file=cp227.tcx *eplain.ini
|
||||
@@ -925,7 +819,7 @@
|
||||
+jadetex pdftex language.dat -translate-file=cp227.tcx *jadetex.ini
|
||||
+pdfjadetex pdftex language.dat -translate-file=cp227.tcx *pdfjadetex.ini
|
||||
#
|
||||
# from latex-bin:
|
||||
# from latex-bin:
|
||||
latex pdftex language.dat -translate-file=cp227.tcx *latex.ini
|
||||
@@ -132,5 +133,5 @@ xetex xetex language.def -etex xetex.ini
|
||||
xelatex xetex language.dat -etex xelatex.ini
|
||||
@@ -1137,7 +1031,7 @@
|
||||
test "x$fmt" = "x$engine" && continue
|
||||
if test -f "$d/$engine$exeext"; then
|
||||
case $unlink in
|
||||
--- texk/web2c/Makefile.in
|
||||
--- texk/web2c/Makefile.in
|
||||
+++ texk/web2c/Makefile.in 2018-04-10 09:02:17.870981997 +0000
|
||||
@@ -4947,7 +4947,7 @@ libmd5_a_SOURCES = libmd5/md5.c libmd5/m
|
||||
md5main_CPPFLAGS = -I$(srcdir)/libmd5
|
||||
@@ -1146,7 +1040,7 @@
|
||||
-all: ff-config.h
|
||||
+all: ff-config.h w2c/config.h
|
||||
$(MAKE) $(AM_MAKEFLAGS) all-recursive
|
||||
|
||||
|
||||
.SUFFIXES:
|
||||
@@ -4994,6 +4994,11 @@ w2c/c-auto.h: w2c/stamp-h1
|
||||
w2c/stamp-h1: $(srcdir)/c-auto.in $(top_builddir)/config.status
|
||||
|
Reference in New Issue
Block a user