diff options
author | Karl Berry <karl@freefriends.org> | 2010-03-02 00:48:39 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-03-02 00:48:39 +0000 |
commit | 58b886f179b42e8e84c006250c50a97f6e5bbcff (patch) | |
tree | a99643691f2152e2055d41dd38a59000bb2a1390 /Master/tlpkg | |
parent | 65293db75e3702db6206732e71cc68adbb0075a7 (diff) |
lshort-spanish update (1mar10)
git-svn-id: svn://tug.org/texlive/trunk@17269 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index ee6e830a415..99d8d7b9f22 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -331,6 +331,7 @@ $Master = "$mydir/../.."; 'latex_maker', "die 'skipping, we must not usurp two-character cmd name'", 'latex2pdf', "die 'skipping, too bare-bones'", 'latex3', "die 'skipping, use xpackages'", + 'latexdb', "die 'skipping, needs sql, etc.'", 'latexmp', "&MAKEflatten", 'lcircuit', "die 'skipping, license unknown, too old to investigate'", 'leawood', "&MAKEflatten", @@ -553,6 +554,7 @@ $Master = "$mydir/../.."; 'r2bib', "die 'skipping, requires compilation'", 'ragged2e', "die 'skipping, part of ms'", 'rake4latex', "die 'skipping, requires rake4latex'", + 'ratexdb', "die 'skipping, needs sql, etc.'", 'realcalc', "die 'skipping, nosell license'", 'references', "die 'skipping, requires binary'", 'refstyle', "&MAKEcopy", @@ -1622,7 +1624,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'hyph-utf8' => 'README', 'jadetex' => $standardclean # these sty files are in passivetex . '|(dummyels|mlnames|ucharacters|unicode)\.sty', - 'lshort-spanish'=>'lshort-a5book.pdf', # a4 is enough + 'lshort-spanish'=>'lshort-letter.pdf', # a4 is enough 'mathexam' => 'sample.tex~', 'notes2bib' => "$standardclean|jawltxdoc.sty", # temp file for doc 'pkfix-helper' => 'pkfix-helper.pdf', |