summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds12
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");