diff options
author | Karl Berry <karl@freefriends.org> | 2009-05-18 18:21:01 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-05-18 18:21:01 +0000 |
commit | 9ec59a52efe9f9a4e9dbdfb47f893f66e718ab69 (patch) | |
tree | 2ff54e57fd58a4a817db491a90d15766d8595736 /Master/tlpkg/libexec/ctan2tds | |
parent | 6b60829e5501e746c1a35a55b1e4883dea9665cd (diff) |
new latex package ulqda (15may09)
git-svn-id: svn://tug.org/texlive/trunk@13209 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 96745e7e466..2c1efd31b89 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -294,6 +294,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'lshort-finnish', '&MAKElshort', 'lshort-korean', '&MAKElshort', 'lshort-mongol', '&MAKElshort', + 'lshort-mongolian', "die 'skipping, replaced by lshort-mongol'", 'lshort-portuguese', '&MAKElshort', 'lshort-slovenian', '&MAKElshort', 'lshort-turkish', '&MAKElshort', @@ -1097,6 +1098,7 @@ $standarddocfmt='latex'; 'tablists', 'tablists.dtx', 'thesis', 'install.01|install.ndx', 'turnstile', 'turnstile-en.ins', # skip pt + 'ulqda', 'ulqda.dtx', ); $standardins='\.ins'; @@ -1423,6 +1425,7 @@ $standardxmt='\.xmt'; 'texcount' => '\.pl$', 'texdirflatten' => 'texdirflatten$', 'texloganalyser' => 'texloganalyser', + 'ulqda' => '\.pl$', 'vpe' => '\.pl$', ); |