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/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/Makefile b/Master/texmf-dist/doc/latex/pgfplots/Makefile
index 6414fa5a278..576def59f2f 100644
--- a/Master/texmf-dist/doc/latex/pgfplots/Makefile
+++ b/Master/texmf-dist/doc/latex/pgfplots/Makefile
@@ -8,7 +8,7 @@ notes: TeX-programming-notes.pdf
pgfplots: pgfplots.pdf
pgfplotstable: pgfplotstable.pdf
-%.pdf: FORCE
+%.pdf: update-git-hooks FORCE
mkdir -p gnuplot
@export TEXMFCNF=.: && $(PDFLATEX) $(@:.pdf=.tex)
@bibtex $(@:.pdf=) || exit 0
@@ -19,4 +19,7 @@ pgfplotstable: pgfplotstable.pdf
clean:
rm -f *.aux *.ind *.idx *.toc *.out *.log *.ilg *.dvi pgfplots.pdf pgfplotstable.pdf *.djs *.bbl *.blg figures/expensiveexample*
+update-git-hooks:
+ @
+
FORCE: