summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/bin')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds13
1 files changed, 12 insertions, 1 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds
index 02e59c278a7..4bf6bc63c10 100755
--- a/Master/tlpkg/bin/ctan2tds
+++ b/Master/tlpkg/bin/ctan2tds
@@ -48,7 +48,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'aastex', "&MAKEflatten",
'aeb_pro', "die 'skipping, requires new acrobat + complicated'",
'arabxetex', '&MAKEflatten',
- 'active-conf', "&MAKEflatten",
+ 'active-conf', "&MAKEactive_conf",
'ae', "&MAKEae",
'AkkTeX', "&MAKEflatten",
'algorithmicx',"&MAKEnosymlinks",
@@ -2267,6 +2267,17 @@ sub MAKEaugie {
&buildfilelist;
&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 ();
+}
+
sub MAKEae {
&setup;
chdir("$DEST/doc/$whichdocformat/$package");