diff options
author | Karl Berry <karl@freefriends.org> | 2009-04-22 22:37:47 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2009-04-22 22:37:47 +0000 |
commit | 9c6b656e826e66b67e8d1e5fc771e0e4c9ff39f0 (patch) | |
tree | 8bab1f92a644c572350678982b1aea15728d34fb /Master | |
parent | 633c2bc993d2ad14ecf137836f22eef08805a3b5 (diff) |
get pst-fp.sty in runtime (report from Herbert Voss, 22 Apr 2009 09:05:58)
git-svn-id: svn://tug.org/texlive/trunk@12799 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r-- | Master/texmf-dist/tex/generic/pstricks-add/pst-fp.tex (renamed from Master/texmf-dist/doc/generic/pstricks-add/pst-fp.tex) | 0 | ||||
-rwxr-xr-x | Master/tlpkg/libexec/ctan2tds | 3 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/generic/pstricks-add/pst-fp.tex b/Master/texmf-dist/tex/generic/pstricks-add/pst-fp.tex index 8cc3d9751f2..8cc3d9751f2 100644 --- a/Master/texmf-dist/doc/generic/pstricks-add/pst-fp.tex +++ b/Master/texmf-dist/tex/generic/pstricks-add/pst-fp.tex 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'; |