summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2019-01-04 21:54:45 +0000
committerKarl Berry <karl@freefriends.org>2019-01-04 21:54:45 +0000
commitf0755a4b2ded690865c1eb704412db509f1053fb (patch)
tree26e53a5878921765b44c778933bbf047730948e1 /Master/tlpkg/libexec
parent6e16f035a8c484f015e4f50e460436239ca8aef1 (diff)
fpl (4jan19)
git-svn-id: svn://tug.org/texlive/trunk@49603 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/libexec')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds6
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 {