summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rwxr-xr-xBuild/cdbuild/ctan2tds.pl4
1 files changed, 3 insertions, 1 deletions
diff --git a/Build/cdbuild/ctan2tds.pl b/Build/cdbuild/ctan2tds.pl
index dc4bd5e7f1b..d6fba732eef 100755
--- a/Build/cdbuild/ctan2tds.pl
+++ b/Build/cdbuild/ctan2tds.pl
@@ -228,6 +228,7 @@ chdir $startdir || die "chdir($startdir) failed: $!";
'pst-gr3d', "&MAKEpst",
'pst-infixplot',"&MAKEpst",
'pst-jftree', "&MAKEpst",
+ 'pst-labo', "&MAKEpst",
'pst-lens', "&MAKEpst",
'pst-light3d', "&MAKEpst",
'pst-math', "&MAKEpst",
@@ -848,6 +849,7 @@ $standardbst='\.bst';
'eplain', 'NULL',
'mslapa', 'NULL',
'munich', 'NULL',
+ 'pst-labo', 'NULL',
'ucthesis', 'NULL',
);
$standardbib='\.bib$'; # $ so we don't find README.bibtex in IEEEtran
@@ -2483,7 +2485,7 @@ sub MAKEbeebe {
#
sub MAKEpst {
print "\t SPECIAL pst $package starts\n";
- $standardtex = qq{^$package\.(tex|sty)};
+ $standardtex = qq{^$package(Obj)?\.(tex|sty)}; # for pst-laboObj.tex
$whichformat='generic';
$whichdocformat='generic';
$specialsourcefmt{$package}='generic';