summaryrefslogtreecommitdiff
path: root/Master/tlpkg/bin/ctan2tds
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2008-06-24 17:37:42 +0000
committerKarl Berry <karl@freefriends.org>2008-06-24 17:37:42 +0000
commit91569ec04bc97b7e2ac78372aa323b470108846a (patch)
tree0121cc6288ca23836df77835725398ae04e2f33a /Master/tlpkg/bin/ctan2tds
parentdf6d79d94ab220e998c2123f02f8856cc83a2720 (diff)
new pstricks package pst-fun 0.03
git-svn-id: svn://tug.org/texlive/trunk@8991 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg/bin/ctan2tds')
-rwxr-xr-xMaster/tlpkg/bin/ctan2tds8
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;