summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-03 13:56:44 +0000
committerManuel Pégourié-Gonnard <mpg@elzevir.fr>2011-08-03 13:56:44 +0000
commit802e04882d053670edb5d4e6c87e7f34cea110a0 (patch)
treea13b454980c12154b2506181ce5f0c3aeea64681 /Master/tlpkg
parent74e9852b0c607417766f22bc3508d9c16c9fa7fc (diff)
alterqcm 3.7c
git-svn-id: svn://tug.org/texlive/trunk@23385 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds15
1 files changed, 15 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 5c424f97902..f20860fffc7 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -77,6 +77,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'alatex', "die 'skipping, 1995 LaTeX generalization'",
'algorithmicx',"&MAKEnosymlinks",
'allrunes', "&MAKEflatten",
+ 'alterqcm', "&MAKEaqcm",
'alphabib', "die 'skipping, shell script, and no doc source?'",
'ams', "die 'skipping, use amscls for ams*.bst'",
'ams-cd', "die 'skipping, latex 2.09 and never in tl'",
@@ -3028,6 +3029,20 @@ sub MAKEmnhyphn
# &GENMAKEhyphenation ("bokmal", "no", "nbhyph.tex");
#}
+sub MAKEaqcm {
+ print "\t SPECIAL $package";
+
+ # sort of flatten, but not completely (keep the 'examples' subdir)
+ &xchdir($packagedir);
+ &SYSTEM('mv latex/* . && rmdir latex');
+ &SYSTEM('mv doc/README README.doc');
+ &SYSTEM('mv doc/* . && rmdir doc');
+
+ # now do the normal thing
+ &xchdir($RAW_DIR);
+ &donormal();
+}
+
sub MAKEarabi {
&xchdir ("$packagedir/arabi/texmf"); # author will remove these next time
#