summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-05-06 22:06:13 +0000
committerKarl Berry <karl@freefriends.org>2019-05-06 22:06:13 +0000
commit8a185390c6e2c38df4c6fef045bd079b218353e1 (patch)
treece50f56a94b9e1a8feb0b42c27876b655fd60123 /Master/tlpkg/libexec
parent926e35dfc63afa701f76cdefd4d6a3aad4883df7 (diff)
texdraw (6may19)
git-svn-id: svn://tug.org/texlive/trunk@51030 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds7
1 files changed, 6 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index 0556a4f747c..b916a5cafa7 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -1157,7 +1157,6 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'tex_it', "die 'skipping, old support'",
'texdoc', "&MAKEflatten",
'texdoctk', "die 'skipping, moribund, only in tl'",
- 'texdraw', "&MAKEflatten",
'texemplar', "die 'skipping, await request, 199x'",
'texlipse', "die 'skipping, plugin for Eclipse'",
'texlive-dummy', "die 'skipping, suse placeholder'",
@@ -1374,6 +1373,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`);
'skb' => '&PREHOOK_flatten1',
'suftesi' => '&PREHOOK_suftesi',
'stix' => '&PREHOOK_stix',
+ 'texdraw' => '&PREHOOK_texdraw',
'texfot' => '&PREHOOK_texfot',
'tlcockpit' => '&PREHOOK_tlcockpit',
'tudscr' => '&PREHOOK_tudscr',
@@ -5554,6 +5554,11 @@ sub PREHOOK_stix {
&SYSTEM ("cd latex && tex stix.fdd");
}
+sub PREHOOK_texdraw {
+ print "PREHOOK_$package - mv manual/* files\n";
+ &SYSTEM ("$MV manual/* .");
+}
+
sub PREHOOK_texfot {
print "PREHOOK_$package - make .1 with pod2man\n";
&prehook_pod2man ("Karl Berry", "$package.pl");