summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds3
-rwxr-xr-xMaster/tlpkg/bin/tlpkg-ctan-check3
-rwxr-xr-xMaster/tlpkg/bin/tlpkginfo2
3 files changed, 6 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 79dcc805465..c26c9292ec3 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -637,6 +637,7 @@ $standardsourcefmt='latex';
'variations', 'generic',
'vertex', 'plain',
'wasy2', 'plain',
+ 'xetexfontinfo','xetex',
'xltxtra', 'xelatex',
'xmlplay', 'xmltex',
'xunicode', 'xelatex',
@@ -757,6 +758,7 @@ $standardfmt='latex';
'vertex', 'plain',
'voss-de', 'german',
'wasy2', 'fonts',
+ 'xetexfontinfo','xetex',
'xltxtra', 'xelatex',
'xq', 'fonts',
'xunicode', 'xelatex',
@@ -928,6 +930,7 @@ $standardtex='\.cfg|\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|\.cmap';
'vhistory', '\.sty', # not hyperref.cfg
'wasy2', 'wasyfont\.tex',
'wordcount', '\.tex',
+ 'xetexfontinfo','\.tex',
'zefonts', '\.sty|\.fd',
);
diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check
index 5c81ad46cce..2d3e06e27f7 100755
--- a/Master/tlpkg/bin/tlpkg-ctan-check
+++ b/Master/tlpkg/bin/tlpkg-ctan-check
@@ -200,7 +200,8 @@ my @WorkingTLP = qw(
vector velthuis venn verse versions vertex
vhistory visualfaq vmargin vntex volumes vpe vxu
wallpaper warning warpcol williams wordlike wrapfig
- xargs xbase xcolor xdoc xecyr xetexref xfor xgreek xifthen
+ xargs xbase xcolor xdoc xecyr xetexfontinfo xetexref xfor xgreek
+ xifthen
xkeyval xltxtra xmpincl xnewcommand xoptarg
xq xskak xtab xtcapts xunicode xyling xypic-tut-pt xytree
york-thesis
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo
index 022f65ca897..1e51710cec1 100755
--- a/Master/tlpkg/bin/tlpkginfo
+++ b/Master/tlpkg/bin/tlpkginfo
@@ -23,7 +23,7 @@ sub main
$latex_tds_dir = "$CTAN/macros/latex/contrib/latex-tds";
# erroneous tds files (warn Robin about them)
- $erroneous_tds = "lcyw"; # list format: pkg1|pkg2|etc
+ $erroneous_tds = "lcyw|xetexfontinfo"; # list format: pkg1|pkg2|etc
if ($ARGV[0] eq "--ctan-dir") {
my $output = &find_ctan_dir ($ARGV[1]);