diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-20 21:53:18 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-20 21:53:18 +0000 |
commit | 95d91547803a6ceab929ef723dfdebe0e31e7a7e (patch) | |
tree | b0bab3bb1fed9f52a46cdb1f36a29d516c3ae2fe /Master/tlpkg/libexec | |
parent | 1dd6e5bec91358ff6bcd1964121979187a676cb4 (diff) |
pygmentex (12aug14)
git-svn-id: svn://tug.org/texlive/trunk@34996 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index bbc595494af..8e1a70f5026 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2079,6 +2079,7 @@ $standardsource='\.(bat|c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh'; 'patch', '\.doc', 'pdfx', 'rvdtx\.sty|' . $standardsource, 'poetrytex', 'Makefile|' . $standardsource, + 'pygmentex', 'NULL', # keep together 'rcs', 'rcs.el|src|' . $standardsource, 'ruhyphen', '^[^.]*$|README.ru|hyphen.rules', 'selnolig', 'NULL', # not .fea @@ -2544,6 +2545,7 @@ $standardxmt='\.xmt'; 'pst2pdf' => 'pst2pdf\.pl$', 'ptex2pdf' => 'ptex2pdf\.lua$', 'purifyeps' => 'purifyeps$', + 'pygmentex', => 'pygmentex\.py$', 'pythontex' => '(de)?pythontex\.py$', 'rubik' => '\.pl$', 'splitindex' => 'splitindex\.pl$', |