summaryrefslogtreecommitdiff
path: root/Master/tlpkg
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-12-11 22:44:56 +0000
committerKarl Berry <karl@freefriends.org>2011-12-11 22:44:56 +0000
commite0fc802c8d83f41a6ab68f208e2253412159b8a7 (patch)
treeef41456100470077c8a19fa8517d68bde7a6d422 /Master/tlpkg
parent7539f2b2489595315242e441cd91abb7cba8ae75 (diff)
apa6 (11dec11)
git-svn-id: svn://tug.org/texlive/trunk@24827 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
1 files changed, 7 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index fcc5fe95efe..272afa6e098 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -923,6 +923,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
%prehook = (
+ 'apa6' => '&PREHOOK_apa6',
'cals' => '&PREHOOK_cals',
'chess' => '&PREHOOK_chess',
'cm-super' => '&PREHOOK_cm_super',
@@ -1696,6 +1697,7 @@ $standardsource='\.(c|drv|dtx|fea|fdd|ins|sfd)$|configure.*|install-sh';
# normal choices, and get the most general.
%specialins = (
'aastex', 'NULL', # everything is pregenerated
+ 'apa6', 'apa6.dtx',
'base', 'NULL',
'bbold', 'bbold.dtx',
'booktabs-de', 'NULL', # doc, no need to build
@@ -4229,6 +4231,11 @@ sub MAKEpict2e {
+sub PREHOOK_apa6 {
+ print "PREHOOK_$package - subdirectories needed for dtx\n";
+ &SYSTEM ("mkdir config pseudoTeX");
+}
+
sub PREHOOK_cals {
print "PREHOOK_$package - flatten only cals subdir\n";
&SYSTEM ("$MV cals/* .");