diff options
author | Karl Berry <karl@freefriends.org> | 2018-02-11 00:30:28 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-02-11 00:30:28 +0000 |
commit | 939fffcc6238622ecb47f86ff072dc7f19e05e8f (patch) | |
tree | b7a047c8b7cbfe7ab65089d8e82777fa1c80e967 /Master/tlpkg/libexec | |
parent | 94e251746a009515a4ca28e01d48327f0b38800f (diff) |
axodraw2[.sty] (7feb18)
git-svn-id: svn://tug.org/texlive/trunk@46592 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index f8f77e16006..871638d5cd0 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2279,17 +2279,18 @@ $standardsourcefmt='latex'; $standardsource = '(\.(bat|c|drv|dtx|fea|fdd|ins|sfd)' - . '|configure.*|install-sh|ltxdoc\.cfg)$'; + . '|configure.*|install-sh|Makefile\..*|ltxdoc\.cfg)$'; %specialsource= ( 'FAQ-en', 'NULL', 'ae', '\.mtx|\.etx|\.tex|clean|go|install|makepl', 'amsldoc-vn', 'NULL', 'apl', ".", # everything, simplest 'arabxetex', 'NULL', # dtx with others, why not + 'axodraw2', $standardsource . '|test', # in source/ too, but small 'babelbib', 'NULL', # dtx with others, why not 'bbold', $standardsource . '|fonttabl.sty', 'bib2gls', 'src/', - 'biber', '.', # everything, lots to do in post + 'biber', '.', # everything, lots done in post 'bibtexperllibs', '.', # everything 'bigints', 'NULL', 'blacklettert1', '\.dtx|\.ins|\.pl|Makefile', @@ -2984,7 +2985,6 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'accfonts' => $standardclean . '|dvips.enc', # dup enc 'acmconf' => $standardclean . '|flushend.sty', # dup with sttools 'apalike' => "apalike2.bst", # does not belong - 'axodraw2' => "axohelp.exe", # later 'bardiag' => "example/.*(aux|log)", # junk on CTAN 'bibleref' => $standardclean . '|sample.tex|sample-.*', # derived uploaded 'bbm-macros' => $standardclean . '|^bbm$', # symlink @@ -3026,6 +3026,7 @@ $standardclean = '\.head|\.tmp|\.dvi|\.log|\.out|\.aux|\.toc|\.lof|\.lot' 'alkalami' => 'Alkalami-.*pdf', # InDesign source 'ametsoc' => '.*\.pdf', # no source 'ascii-font' => '.*\.pdf', # no source + 'axodraw2' => 'axohelp.exe', # wait tl18! 'bbcard' => 'bbcard.tpm', # old TL infra 'chessboard' => 'chessboard.pdf', # no source 'chessfss' => 'chessfonts_gallery.pdf|chessfss.pdf', # no source |