diff options
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 28 |
1 files changed, 2 insertions, 26 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index ba954cb32e6..55d1981180d 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -287,7 +287,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'cursor', "die 'skipping, no known license, very old and small'", 'cvsty', "die 'skipping, ca.2004, noinfo license'", 'cweb', "die 'skipping, programs'", - 'cweb-latex', "&MAKEcweblatex", 'cwpuzzle', "die 'skipping, in crossword package'", 'cyklop', "&MAKEcopy", 'dejavu', "&MAKEcopy", @@ -1284,6 +1283,7 @@ $standardtex='\.(.bx|cfg|sty|clo|ldf|cls|def|fd|cmap|4ht)$'; 'ctib', '\.sty|\.clo|\.ldf|\.cls|\.def|\.fd$|ctib\.tex', 'custbib', '\.mbs|\.tex', 'custom-bib', '\.mbs|\.tex', + 'cweb-latex', 'cwebbase.tex|' . $standardtex, 'cyrillic', '\.tex|\.sty|\.fd$|\.def', 'dehyph-exptl','de.*-x-.*\.tex|\.pat', 'dialogl', '\.sty|listouti\.tex', @@ -3553,31 +3553,7 @@ sub MAKEaurical { &MAKEcopy (); } -sub MAKEcweblatex -{ - # don't do this in a tds-ready tree... - -e "$RAW_DIR/$packagedir/TDS_READY" - && die "$0: using MAKEflatten with TDS_READY tree $RAW_DIR/$packagedir.\n"; - - &setup; - &xchdir ("$DEST/doc/$whichdocformat/$package"); - - # patch cweb.cls for new LaTeX format - &SYSTEM("patch -p0 < cweb.cls.patch"); - # remove unneeded patch - &SYSTEM("$RM cweb.cls.patch"); - # move cwebbase.tex to run files - &SYSTEM("$MV cwebbase.tex $DEST/tex/latex/$package"); - - #&flatten_dirtree ($package); - - # do the usual. - &buildfilelist; - &donormal ("nosetup"); -} - -sub MAKEeskdx -{ +sub MAKEeskdx { &setup; &xchdir ("$DEST/doc/$whichdocformat/$package"); print "\t SPECIAL $package: flatten unpacked/ dir (only)\n"; |