From 9e3f8f12f6ee438a53df9376ea52d200bb13f62a Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 27 Dec 2007 19:23:23 +0000 Subject: keep 2006-version in doc subdir (np 10 Oct 2006 01:41:02) git-svn-id: svn://tug.org/texlive/trunk@5956 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/bin/ctan2tds | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'Master/tlpkg') 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"); -- cgit v1.2.3