summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-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
#