diff options
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds index 399af4f6f62..853b47e121f 100755 --- a/Master/tlpkg/libexec/ctan2tds +++ b/Master/tlpkg/libexec/ctan2tds @@ -2422,7 +2422,7 @@ $standardsource = '(\.(bat|c|drv|dtx|fea|fdd|ins|sfd)' 'feynmf', 'feynmf\.pl|' . $standardsource, 'findhyph', 'NULL', # leave makefile 'fmtcount', 'fmtcount.perl|' . $standardsource, - 'fpl', 'Add|\.pe|\.ps' . $standardsource, + 'fpl', 'Add|\.p[es]|' . $standardsource, 'fullblck', '\.asc|' . $standardsource, 'grverb', '\.vpl|' . $standardsource, 'geometry-de', 'NULL', # keep together @@ -4198,7 +4198,6 @@ sub runfonts { } } - sub MAKEflatten { # don't do this in a tds-ready tree... @@ -6063,8 +6062,9 @@ sub POSTformation_latex_ul { } sub POSTfpl { - print "POST$package - rename README.source\n"; + print "POST$package - rename *.source\n"; &SYSTEM ("$MV README.source $DEST/source/fonts/fpl/README"); + &SYSTEM ("cd $DEST/source/fonts/fpl/&& $MV Makefile.source Makefile"); } sub POSTghsystem { |