summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds14
1 files changed, 0 insertions, 14 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 2769f528dca..bc652bfbd3d 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -49,7 +49,6 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'SIstyle', '&MAKEflatten',
'a4', "die 'skipping, just a pointer to ntgclass'",
'aastex', "&MAKEflatten",
- 'active-conf', "&MAKEactive_conf",
'aeb_pro', "die 'skipping, requires new acrobat + complicated'",
'arabxetex', '&MAKEflatten',
'ae', "&MAKEae",
@@ -1033,7 +1032,6 @@ $standardbst='\.bst';
# packages which need special BibTeX data files (not) installed.
$standardbib='\.bib$'; # $ so we don't find README.bibtex in IEEEtran
%specialbib= (
- 'active-conf', 'NULL',
'aguplus', 'NULL',
'amsrefs', 'ams.*bib', # not jr.bib
'babelbib', 'NULL',
@@ -2210,18 +2208,6 @@ sub MAKEaugie {
&donormal;
}
-sub MAKEactive_conf {
- # do not want to flatten 2006-version/ subdir. But do want to flatten
- # example/ and source/ subdirs. Sigh.
- &setup ();
- &xchdir ($DOCDIR);
- &SYSTEM ("$MV example/* .; rmdir example");
- &SYSTEM ("$MV source/* .; rmdir source");
- &donormal ("nosetup");
- # active-header-2006.tex from CTAN differs from the generated one :(
- # Asked Will to consider fixing this (2008-04-20)
-}
-
sub MAKEae {
&setup;
chdir("$DEST/doc/$whichdocformat/$package");