diff options
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 74724650fb2..eb0252c423f 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -1661,6 +1661,7 @@ chomp (my $ctan_root = `tlpkginfo --ctan-root`); 'context' => '&POSTcontext', 'context-games' => '&POSTcontext_games', 'coordsys' => '&POSTcoordsys', + 'crossrefenum' => '&POSTcrossrefenum', 'ctanify' => '&POST_do_man', 'cs' => '&POSTcs', 'cslatex' => '&POST_cstexpkgs', @@ -6641,6 +6642,11 @@ sub POSTcoordsys { &SYSTEM ("$MV putfile. putfile.maple"); } +sub POSTcrossrefenum { + print "POST$package - move tex/ subdir\n"; + &SYSTEM ("$MV tex $DEST/tex/generic/$package"); +} + sub POSTcs { print "POST$package - untar and combine\n"; # |