diff options
Diffstat (limited to 'Master/texmf-dist/source/generic/pst-node/Makefile')
-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 |