diff options
author | Karl Berry <karl@freefriends.org> | 2009-01-14 18:31:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-01-14 18:31:47 +0000 |
commit | 36abc440c0bf73c8e646035470099b88b1b41ce2 (patch) | |
tree | 8f4de3bb85519d47691bb363b5633630c2ebab94 /Master/tlpkg/libexec | |
parent | 8a75142be54c5a2f2e7a1fabe6781605cbdfa65f (diff) |
rename putfile. to pufile.maple
git-svn-id: svn://tug.org/texlive/trunk@11871 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index b0be5186752..e5771f5862c 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -514,6 +514,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw %specialpostaction = ( 'bibleref' => '&POSTlatex2html', 'context-lilypond' => '&POSTcontext_lilypond', + 'coordsys' => '&POSTcoordsys', 'datetime' => '&POSTlatex2html', 'doipubmed' => '&POSTlatex2html', 'elsarticle' => '&POSTelsarticle', @@ -3416,6 +3417,14 @@ sub PREHOOK_wsuipa +sub POSTcoordsys +{ + print "POST$package - rename `putfile.' to `putfile.maple'.\n"; + # Apparently dtx insists on always adding the period; this can make + # vfat filesystems choke. + &SYSTEM ("$MV putfile. putfile.maple"); +} + sub POSTcontext_lilypond { print "POST$package - creating package-level sunbdirectories\n"; mkdir ("$DEST/doc/context/third/lilypond"); |