diff options
author | Karl Berry <karl@freefriends.org> | 2015-09-05 21:58:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2015-09-05 21:58:47 +0000 |
commit | dd9af8d6468a7f432235669fdbc5dbb7283b3bf8 (patch) | |
tree | 937c6529efbb56603ad4f01f93ef4cca11968c5b /Master/tlpkg/libexec | |
parent | 14a002e69731151ac62707840fe0229ad40c2b5a (diff) |
tikz-bayesnet code in runtime (5 Sep 2015 15:10:19)
git-svn-id: svn://tug.org/texlive/trunk@38295 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index a4fc94b2e2f..389d8b505e8 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1395,7 +1395,7 @@ $standardfmt='latex'; # packages which need special .tex/.sty files installed -$standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|fontspec|cmap|4ht)$'; +$standardtex='\.(.bx|code\.tex|cfg|sty|clo|ldf|cls|def|fd|fontspec|cmap|4ht)$'; %specialtex = ( '2up', '2up\.tex|' . $standardtex, 'FAQ-en', 'NULL', |