summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2011-08-01 00:47:16 +0000
committerKarl Berry <karl@freefriends.org>2011-08-01 00:47:16 +0000
commitaec2bbc3994991ebc6c5f4dbc90ad15c55f1a1fb (patch)
tree8940f33f6b173fb5cc630cc58ed4b791ad29e3fe /Master/texmf-dist/doc/latex/pgfplots/Makefile
parent868233e6288b5e35a7d7aabd79bf8e56a802bc12 (diff)
pgfplots 1.5 (29jul11)
git-svn-id: svn://tug.org/texlive/trunk@23292 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/Makefile b/Master/texmf-dist/doc/latex/pgfplots/Makefile
index daed5651ffe..23e3e471e83 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/Makefile
+++ b/Master/texmf-dist/doc/latex/pgfplots/Makefile
@@ -1,10 +1,11 @@
PDFLATEX=pdflatex -shell-escape
-all: pgfplots.pdf pgfplotstable.pdf TeX-programming-notes.pdf
+all: pgfplots.pdf pgfplotstable.pdf TeX-programming-notes.pdf pgfplotstodo.pdf
@echo "$^ have been compiled successfully. I did NOT check for references, so you may need to rerun make several times."
notes: TeX-programming-notes.pdf
+todo: pgfplotstodo.pdf
pgfplots: pgfplots.pdf
pgfplotstable: pgfplotstable.pdf
@@ -24,7 +25,7 @@ pgfplots.makefile:
@export TEXMFCNF=.: && $(PDFLATEX) pgfplots
clean:
- rm -f *.aux *.ind *.idx *.toc *.out *.log *.ilg *.dvi pgfplots.pdf pgfplotstable.pdf *.djs *.bbl *.blg figures/expensiveexample*
+ rm -f *.aux *.ind *.idx *.toc *.out *.log *.ilg *.dvi pgfplots.makefile pgfplots.pdf pgfplotstable.pdf *.djs *.bbl *.blg figures/expensiveexample*
FORCE: