diff options
author | Karl Berry <karl@freefriends.org> | 2011-09-05 00:20:07 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2011-09-05 00:20:07 +0000 |
commit | d28e75826d4912c0b2cdf2f13e73058e876017a1 (patch) | |
tree | 55f4aac19ffbc5c05596439edd382c72c65b465a /Master/tlpkg | |
parent | 9baba08cedff104a0d4631edf442b871efe406be (diff) |
context-gantt as ConTeXt package, rm hatching in wrong dir
git-svn-id: svn://tug.org/texlive/trunk@23817 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 | ||||
-rw-r--r-- | Master/tlpkg/tlpsrc/context-gantt.tlpsrc | 2 |
2 files changed, 8 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 1d69664ad49..05fbcf1456f 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -931,6 +931,7 @@ chomp ($Build = `cd $Master/../Build/source && pwd`); 'biber' => '&POSTbiber', 'bibtex' => '&POSTbibtex', 'context-games' => '&POSTcontext_games', + 'context-gantt' => '&POSTcontext_gantt', 'coordsys' => '&POSTcoordsys', 'ctex' => '&POSTctex', 'dehyph-exptl' => '&POSTdehyph_exptl', @@ -4381,6 +4382,11 @@ sub POSTcontext_games { &SYSTEM ("$RM -rf fonts"); } +sub POSTcontext_gantt { + print "POST$package - remove duplicated hatching\n"; + &SYSTEM ("$RM metapost/context/third/hatching/mp-hatching.mp"); +} + sub POSTcoordsys { print "POST$package - rename `putfile.' to `putfile.maple'.\n"; # Apparently dtx insists on always adding the period; this can make diff --git a/Master/tlpkg/tlpsrc/context-gantt.tlpsrc b/Master/tlpkg/tlpsrc/context-gantt.tlpsrc index 8435abaaee2..be7b8f621be 100644 --- a/Master/tlpkg/tlpsrc/context-gantt.tlpsrc +++ b/Master/tlpkg/tlpsrc/context-gantt.tlpsrc @@ -1 +1,3 @@ +category ConTeXt +depend context depend hatching |