summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/metapost/base/source/Makefile
diff options
context:
space:
mode:
authorTaco Hoekwater <taco@elvenkind.com>2009-05-27 13:57:45 +0000
committerTaco Hoekwater <taco@elvenkind.com>2009-05-27 13:57:45 +0000
commit30d91185abefb047f73a3cf6f7c69b13fa2391f6 (patch)
tree46cf97531b63e9d73085cd7fa83ed798bc95d318 /Master/texmf-dist/doc/metapost/base/source/Makefile
parenta6de62371f5f16b69c8acb1302df944de36db154 (diff)
updated manual sources
git-svn-id: svn://tug.org/texlive/trunk@13495 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/metapost/base/source/Makefile')
-rw-r--r--Master/texmf-dist/doc/metapost/base/source/Makefile46
1 files changed, 20 insertions, 26 deletions
diff --git a/Master/texmf-dist/doc/metapost/base/source/Makefile b/Master/texmf-dist/doc/metapost/base/source/Makefile
index db5531f9aa9..21eaebfcf74 100644
--- a/Master/texmf-dist/doc/metapost/base/source/Makefile
+++ b/Master/texmf-dist/doc/metapost/base/source/Makefile
@@ -7,17 +7,18 @@ pdflatex = pdflatex
dvips = dvips
bibtex = bibtex
mpost = mpost -tex=tex
+mkindex = makeindex -c -s mpman.ist
all: pdf
-pdf: mpman.pdf mpintro.pdf mpgraph.pdf mpboxes.pdf grdemo.pdf
-ps: mpman.ps mpintro.ps mpgraph.ps mpboxes.ps
+pdf: mpman.pdf mpgraph.pdf mpboxes.pdf
+ps: mpman.ps mpgraph.ps mpboxes.ps
mpboxes.pdf: mpboxes.tex mpboxes.bib mpboxes.mp
$(mpost) mpboxes
$(pdflatex) mpboxes
$(bibtex) mpboxes
$(pdflatex) mpboxes
- makeindex -s mpman.ist mpboxes
+ $(mkindex) mpboxes
$(pdflatex) mpboxes
mpgraph.pdf: mpgraph.tex mpgraph.bib mpgraph.mp
@@ -27,23 +28,25 @@ mpgraph.pdf: mpgraph.tex mpgraph.bib mpgraph.mp
$(pdflatex) mpgraph
$(pdflatex) mpgraph
-mpintro.pdf: mpintro.tex mpintro.bib examples.mp manfig.mp
- $(mpost) examples
- $(mpost) manfig
- $(pdflatex) mpintro
- $(bibtex) mpintro
- $(pdflatex) mpintro
- $(pdflatex) mpintro
-
-mpman.pdf: mpman.tex mpman-optab.tex mpman.bib mpman.ist manfig.mp
- $(mpost) manfig
+mpman.pdf: mpman.tex mpman-app-legacy.tex mpman-app-optab.tex mpman-app-refman.tex mpman.bib mpman.ist mpman.mp
+ $(mpost) mpman
$(pdflatex) mpman
$(bibtex) mpman
$(pdflatex) mpman
$(pdflatex) mpman
- makeindex -s mpman.ist mpman
+ $(mkindex) mpman
$(pdflatex) mpman
+mpboxes.ps: mpboxes.tex mpboxes.bib mpboxes.mp
+ $(mpost) mpboxes
+ $(latex) mpboxes
+ $(bibtex) mpboxes
+ $(latex) mpboxes
+ $(latex) mpboxes
+ $(mkindex) mpboxes
+ $(latex) mpboxes
+ $(dvips) mpboxes
+
mpgraph.ps: mpgraph.tex mpgraph.bib mpgraph.mp
$(mpost) mpgraph
$(latex) mpgraph
@@ -52,22 +55,13 @@ mpgraph.ps: mpgraph.tex mpgraph.bib mpgraph.mp
$(latex) mpgraph
$(dvips) mpgraph
-mpintro.ps: mpintro.tex mpintro.bib examples.mp manfig.mp
- $(mpost) examples
- $(mpost) manfig
- $(latex) mpintro
- $(bibtex) mpintro
- $(latex) mpintro
- $(latex) mpintro
- $(dvips) mpintro
-
-mpman.ps: mpman.tex mpman-optab.tex mpman.bib mpman.ist manfig.mp
- $(mpost) manfig
+mpman.ps: mpman.tex mpman-app-legacy.tex mpman-app-optab.tex mpman-app-refman.tex mpman.bib mpman.ist mpman.mp
+ $(mpost) mpman
$(latex) mpman
$(bibtex) mpman
$(latex) mpman
$(latex) mpman
- makeindex -s mpman.ist mpman
+ $(mkindex) mpman
$(latex) mpman
$(dvips) mpman