diff options
author | Karl Berry <karl@freefriends.org> | 2010-02-22 00:08:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-02-22 00:08:36 +0000 |
commit | e43672ef61c88845b65eb341464d38d7289c50b2 (patch) | |
tree | 4065a83f9c408935ce62646f90d24b1aaa93425e /Master/texmf-dist/source/generic | |
parent | 7d7ba4caf4c99713840f2466875c6dfcdfbdc156 (diff) |
pst-node update (20feb10)
git-svn-id: svn://tug.org/texlive/trunk@17128 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/generic')
-rw-r--r-- | Master/texmf-dist/source/generic/pst-node/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Master/texmf-dist/source/generic/pst-node/Makefile b/Master/texmf-dist/source/generic/pst-node/Makefile index 4aa0c2f58ab..7135ef07763 100644 --- a/Master/texmf-dist/source/generic/pst-node/Makefile +++ b/Master/texmf-dist/source/generic/pst-node/Makefile @@ -25,7 +25,7 @@ $(MAIN).pdf : $(MAIN).ps echo "\usepackage{pdfpages}" >> temp.tex echo "\begin{document}" >> temp.tex echo "\includepdf[pages=1-4]{pst-node-doc}" >> temp.tex - echo "\includepdf[pages=65-90]{../pstricks/doc/pstricks-doc}" >> temp.tex + echo "\includepdf[pages=6-32]{pst-docfull}" >> temp.tex echo "\includepdf[pages=5-]{pst-node-doc}" >> temp.tex echo "\end{document}" >> temp.tex pdflatex temp |