diff options
author | Karl Berry <karl@freefriends.org> | 2018-11-20 22:00:50 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2018-11-20 22:00:50 +0000 |
commit | 42eff5693942b148c8383dcd55fdef11b6dea22e (patch) | |
tree | eb58ab91b0ca1ad1b2110e8e53cbb4e7ced7156e /Master/tlpkg | |
parent | 1118208e21bad9d9554f9d9a4c95f88bf5392855 (diff) |
fancyvrb (20nov18)
git-svn-id: svn://tug.org/texlive/trunk@49203 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 389881f75e2..2d7b8ca66dd 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -443,7 +443,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'extractpdfmark', "die 'skipping, compiled program'", 'fac', "die 'skipping, noinfo license'", 'famt', "die 'skipping, noinfo license'", - 'fancyvrb', "&MAKEfancyvrb", + 'fancyvrb', "&MAKEflatten", 'faq', "die 'skipping, use FAQ-en'", 'faq-en', "die 'skipping, use FAQ-en'", 'faq-fr', "die 'skipping, nonfree'", @@ -5058,16 +5058,6 @@ sub MAKExmltex { &runjob("$CP manual* *xml test* *txt $docdir"); } -sub MAKEfancyvrb { - &setup; - chdir("$DEST/doc/latex/$package"); - print "\t SPECIAL $package: move contrib\n"; - &SYSTEM("$MV contrib/README README.contrib"); - &SYSTEM("$MV contrib/* .; rmdir contrib"); - &buildfilelist; - &donormal("nosetup"); -} - sub MAKEucs { &setup; chdir("$DEST/doc/latex/$package"); |