diff options
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/latex/invoice2/invoice2-english.trsl (renamed from Master/texmf-dist/doc/latex/invoice2/invoice2-english.trsl) | 0 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/invoice2/invoice2-german.trsl (renamed from Master/texmf-dist/doc/latex/invoice2/invoice2-german.trsl) | 0 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 8 |
3 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/latex/invoice2/invoice2-english.trsl b/Master/texmf-dist/tex/latex/invoice2/invoice2-english.trsl index 11385933d30..11385933d30 100644 --- a/Master/texmf-dist/doc/latex/invoice2/invoice2-english.trsl +++ b/Master/texmf-dist/tex/latex/invoice2/invoice2-english.trsl diff --git a/Master/texmf-dist/doc/latex/invoice2/invoice2-german.trsl b/Master/texmf-dist/tex/latex/invoice2/invoice2-german.trsl index e81393aae8b..e81393aae8b 100644 --- a/Master/texmf-dist/doc/latex/invoice2/invoice2-german.trsl +++ b/Master/texmf-dist/tex/latex/invoice2/invoice2-german.trsl diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index a4c10e7fc11..fd386db1984 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1499,8 +1499,9 @@ $standardfmt='latex'; # packages which need special .tex/.sty files installed -$standardtex = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty)' - . '|.*[^c]\.cfg)$'; # not ltxdoc.cfg +$standardtex + = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty|trsl)' + . '|.*[^c]\.cfg)$'; # not ltxdoc.cfg %specialtex = ( '2up', '2up\.tex|' . $standardtex, 'FAQ-en', 'NULL', @@ -1729,7 +1730,7 @@ $standardtex = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty)' 'notes', '[^s]\.(eps|pdf|png)|' . $standardtex, # not notes.pdf 'ntheorem', '\.sty|\.std', 'nucleardata', '\.(csv|hd|pytxcode)|' . $standardtex, - 'nwejm', '[^c]\.cfg$|\.(.bx|sty|cls|trsl)$', # not ltxdoc.cfg + 'nwejm', '[^c]\.cfg$|\.(.bx|sty|cls)$', # not ltxdoc.cfg 'ocgx', 'tikz.*\.code\.tex|' . $standardtex, 'odsfile', '\.lua|' . $standardtex, 'ofs', '^ofs\.tex|ofsdef\.tex|ofs-.*\.tex|\.sty|a.*\.tex|.*fn\.tex', @@ -1841,7 +1842,6 @@ $standardtex = '(\.(.bx|4ht|cls|clo|cmap|code\.tex|def|fd|fontspec|ldf|sty)' 'tlc2', 'NULL', # doc package 'tools', '\.cfg|\.sty|\.clo|\.cls|\.def|\.fd$|.?\.tex|^\.tex$', 'toptesi', 'toptesi\.cfg|\.sty|\.cls', - 'translations','\.trsl|' . $standardtex, 'translator', '\.dict|translator-language-mappings.tex|' . $standardtex, 'translation-array-fr', 'NULL', # doc 'translation-europecv-de', 'NULL', # doc |