diff options
author | Taco Hoekwater <taco@elvenkind.com> | 2007-11-28 22:38:47 +0000 |
---|---|---|
committer | Taco Hoekwater <taco@elvenkind.com> | 2007-11-28 22:38:47 +0000 |
commit | 068f23e738bb4d158c6e5986cb24ea6bddcee0eb (patch) | |
tree | bde51f1a1de612c002e6d9eaac407fd789ea9a1f /Master/texmf-dist/doc/metapost/base/source/Makefile | |
parent | efd2ea1905cc57421e4d5b3123797164601993a4 (diff) |
MetaPost version 1.002
git-svn-id: svn://tug.org/texlive/trunk@5639 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/Makefile | 23 |
1 files changed, 15 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/metapost/base/source/Makefile b/Master/texmf-dist/doc/metapost/base/source/Makefile index 7c14b2d2b08..39c8e9ad6d5 100644 --- a/Master/texmf-dist/doc/metapost/base/source/Makefile +++ b/Master/texmf-dist/doc/metapost/base/source/Makefile @@ -1,26 +1,33 @@ # $Id: Makefile,v 1.4 2005/03/21 15:25:51 taco Exp $ -# Makefile for mpman and mpgraph. -# Public domain. -# -# (In TeX Live, another Makefile has rules for building grdemo and mpintro.) -# +# Makefile for MetaPost documentation. Public domain. +# Rules for the groff/troff docs are in TeX Live, +# texmf-dist/doc/metapost/base/Makefile. pdflatex = pdflatex +bibtex = bibtex mpost = TEX=tex mpost -all: mpman.pdf mpgraph.pdf +all: mpman.pdf mpintro.pdf mpgraph.pdf grdemo.pdf mpgraph.pdf: mpgraph.tex mpgraph.bib mpgraph.mp $(mpost) mpgraph $(pdflatex) mpgraph - bibtex mpgraph + $(bibtex) mpgraph $(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.bib mpman.ist manfig.mp $(mpost) manfig $(pdflatex) mpman - bibtex mpman + $(bibtex) mpman $(pdflatex) mpman $(pdflatex) mpman makeindex -s mpman.ist mpman |