summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/coordsys/putfile.maple (renamed from Master/texmf-dist/doc/latex/coordsys/putfile.)0
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds9
2 files changed, 9 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/coordsys/putfile. b/Master/texmf-dist/doc/latex/coordsys/putfile.maple
index b57c7952bc6..b57c7952bc6 100644
--- a/Master/texmf-dist/doc/latex/coordsys/putfile.
+++ b/Master/texmf-dist/doc/latex/coordsys/putfile.maple
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");