diff options
author | Karl Berry <karl@freefriends.org> | 2013-06-25 18:05:03 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-06-25 18:05:03 +0000 |
commit | 3950b81533a35208d06bd9adc37446ba3ff4e385 (patch) | |
tree | 00749251cb3da9e0345a9d9ba0a6e687f204b98c /Master/tlpkg/bin/tlpkginfo | |
parent | 7214082178d8b0f1e994c0f92c6804503462d566 (diff) |
create pdfcsplain for xetex and luatex, and check csplain and cslatex (zdenek.wagner mail of 29 May 2013 11:55:47)
git-svn-id: svn://tug.org/texlive/trunk@30936 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/tlpkginfo')
-rwxr-xr-x | Master/tlpkg/bin/tlpkginfo | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/bin/tlpkginfo b/Master/tlpkg/bin/tlpkginfo index 2e515959eb2..873afda4694 100755 --- a/Master/tlpkg/bin/tlpkginfo +++ b/Master/tlpkg/bin/tlpkginfo @@ -17,8 +17,8 @@ sub main { # erroneous or problematic tds files (when new, tell RobinF and author) $erroneous_tds = join ("|", - qw(countriesofeurope engpron gost hacm he-she imakeidx imtekda spanish - sttools titleps), + qw(countriesofeurope engpron gost hacm he-she imakeidx imtekda + mathdesign spanish sttools titleps), ); # Heiko's tds files (don't propagate through CTAN fast enough). @@ -52,7 +52,8 @@ sub main { } else { die "Usage: $0 --ctan-dir PKGNAME\n" . " or: --prepare PKGNAME\n" - . " or: --ctan-root (not \"@ARGV\").\n"; + . " or: --ctan-root\n" + . "(not \"@ARGV\").\n"; } } |