diff options
author | Karl Berry <karl@freefriends.org> | 2011-03-31 23:19:52 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-03-31 23:19:52 +0000 |
commit | 71c52946180c9f028a476f4eb7910c59eae0226c (patch) | |
tree | 3465ca796de5020f9ca79727eb883f08a4544360 /Master/tlpkg/libexec/ctan2tds | |
parent | 9b3a9ed9ff43fd2d169303477b57bea50a0d16a7 (diff) |
new translation booktabs-de (31mar11)
git-svn-id: svn://tug.org/texlive/trunk@21907 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 4b98de069ea..978786332c0 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1005,6 +1005,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'bibtex', 'apalike\..*|' . $standardtex, 'bidi', '^bidi\.tex|' . $standardtex, 'blockdraw_mp','NULL', # skip .sty's + 'booktabs-de', 'NULL', # all doc 'breqn', '\.sty|\.sym', 'c-pascal', '^[^d].*\.tex|' . $standardtex, # not demo*.tex 'calxxxx', 'cal.*\.tex', @@ -1527,21 +1528,22 @@ $standardsource='\.(c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh'; 'biber', '.*', # get everything, lots to do in post 'bigints', 'NULL', 'blacklettert1', '\.dtx|\.ins|\.pl|Makefile', + 'booktabs-de', 'NULL', # keep together 'carlisle', '\.dtx|\.ins|ltxtable\.tex', 'chemarrow', '\.mp|\.vfb', 'concmath-fonts', 'NULL', 'crossword', $standardsource . '|AcrossLite', 'epsf', 'NULL', 'epslatex-fr', 'NULL', - 'epspdf', 'NULL', # leave .install - 'eskdx', 'NULL', # leave makefiles - 'eurosym', 'NULL', # leave makefiles, etc. + 'epspdf', 'NULL', # leave .install + 'eskdx', 'NULL', # leave makefiles + 'eurosym', 'NULL', # leave makefiles, etc. 'export', '\.l|' . $standardsource, 'feynmf', 'feynmf\.pl|' . $standardsource, - 'findhyph', 'NULL', # leave makefile + 'findhyph', 'NULL', # leave makefile 'fmtcount', 'fmtcount.perl|' . $standardsource, 'fpl', 'Add|\.pe|\.ps' . $standardsource, - 'geometry-de', 'NULL', # keep togethjer + 'geometry-de', 'NULL', # keep together 'grverb', '\.vpl|' . $standardsource, 'hyper', '\.pl|' . $standardsource, 'hyphenex', '.*', @@ -1574,6 +1576,7 @@ $standardsource='\.(c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh'; 'aastex', 'NULL', # everything is pregenerated 'base', 'NULL', 'bbold', 'bbold.dtx', + 'booktabs-de', 'NULL', # doc, no need to build 'blacklettert1','NULL', # don't try to do fontinst 'bosisio', '.*\.dtx', 'canoniclayout','.*\.dtx', @@ -1588,7 +1591,7 @@ $standardsource='\.(c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh'; 'feynmf', 'feynmf.ins', 'floatrow', 'floatrow.ins', 'geometry', 'geometry.dtx', - 'geometry-de', 'NULL', # no need to build + 'geometry-de', 'NULL', # doc, no need to build 'imakeidx', 'imakeidx.dtx', 'lastpage', 'lastpage.dtx', 'lettre', 'NULL', |