summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds9
1 files changed, 9 insertions, 0 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index ba4c358feff..320a2d6cd2b 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -550,6 +550,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw
'latex2man' => '&POSTlatex2man',
'libertine' => '&POSTlibertine',
'lithuanian' => '&POSTlithuanian',
+ 'montex' => '&POSTmontex',
'pgf' => '&POSTpgf',
'pst-cox' => '&POSTpstcox',
'splitindex' => '&POSTsplitindex',
@@ -3634,6 +3635,14 @@ sub POSTlithuanian
&SYSTEM ("$RM language.lt.dat $DEST/tex/latex/lithuanian/language.lt.def");
}
+sub POSTmontex
+{
+ print "\t SPECIAL $package avoid 00readme case clash\n";
+ #
+ # these files are no longer used in TL.
+ &SYSTEM ("$MV 00readme 00readme.mfinput.km");
+}
+
sub POSTpgf
{
print "POST$package - mv generic+latex directories\n";