summaryrefslogtreecommitdiff
path: root/Master/tlpkg/libexec/ctan2tds
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/libexec/ctan2tds')
-rwxr-xr-xMaster/tlpkg/libexec/ctan2tds3
1 files changed, 2 insertions, 1 deletions
diff --git a/Master/tlpkg/libexec/ctan2tds b/Master/tlpkg/libexec/ctan2tds
index b45dca10aa1..d4d02028588 100755
--- a/Master/tlpkg/libexec/ctan2tds
+++ b/Master/tlpkg/libexec/ctan2tds
@@ -3280,7 +3280,8 @@ sub MAKEbeebe {
sub MAKEpst
{
print "\t SPECIAL pst $package starts\n";
- $standardtex = qq{^$package(Obj)?\.(tex|sty)}; # for pst-laboObj.tex
+ # pst-laboObj.tex and pst-fp.sty need special cases:
+ $standardtex = qq!^(($package(Obj)?)|pst-fp)\.(tex|sty)!;
$whichformat='generic';
$whichdocformat='generic';
$specialsourcefmt{$package}='generic';