summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pgfplots/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/pgfplots/Makefile11
1 files changed, 8 insertions, 3 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/Makefile b/Master/texmf-dist/doc/latex/pgfplots/Makefile
index 576def59f2f..daed5651ffe 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/Makefile
+++ b/Master/texmf-dist/doc/latex/pgfplots/Makefile
@@ -8,18 +8,23 @@ notes: TeX-programming-notes.pdf
pgfplots: pgfplots.pdf
pgfplotstable: pgfplotstable.pdf
-%.pdf: update-git-hooks FORCE
+include pgfplots.makefile
+
+%.pdf: FORCE
mkdir -p gnuplot
@export TEXMFCNF=.: && $(PDFLATEX) $(@:.pdf=.tex)
@bibtex $(@:.pdf=) || exit 0
@makeindex $(@:.pdf=) || exit 0
@echo ""
@echo "$@ compiled successfully. You may need to re-run make several times to get all cross-references right."
+
+pgfplots.pdf: $(ALL_FIGURES)
+
+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*
-update-git-hooks:
- @
FORCE: