diff options
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-x | Master/tlpkg/bin/ctan2tds | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/Master/tlpkg/bin/ctan2tds b/Master/tlpkg/bin/ctan2tds index 838362b5e16..5bf6c940290 100755 --- a/Master/tlpkg/bin/ctan2tds +++ b/Master/tlpkg/bin/ctan2tds @@ -315,6 +315,7 @@ chdir $startdir || die "chdir($startdir) failed: $!"; # back to raw 'pst-fill', "&MAKEpst", 'pst-fr3d', "&MAKEpst", 'pst-fractal', "&MAKEpst", + 'pst-fun', "&MAKEpst", 'pst-func', "&MAKEpst", 'pst-geo', "&MAKEpstgeo", 'pst-ghsb', "&MAKEpst", @@ -2554,7 +2555,8 @@ sub MAKEltt { &runjob("$CP * $DEST/doc/ltt"); } -sub MAKEpstricks { +sub MAKEpstricks +{ # this simply copies source files &xchdir ($packagedir); &runjob("mkdir -p $DEST/tex/generic/pstricks"); @@ -2971,12 +2973,14 @@ sub MAKEbeebe { } # pstricks packages usually support both plain and latex. # -sub MAKEpst { +sub MAKEpst +{ print "\t SPECIAL pst $package starts\n"; $standardtex = qq{^$package(Obj)?\.(tex|sty)}; # for pst-laboObj.tex $whichformat='generic'; $whichdocformat='generic'; $specialsourcefmt{$package}='generic'; + $specialsource{$package} = 'NULL'; # no point in splitting off Makefile &setup; &xchdir("$DEST/doc/$whichdocformat/$package"); &buildfilelist; |