diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/pgfplots/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/pgfplots/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/pgfplots/Makefile b/Master/texmf-dist/doc/latex/pgfplots/Makefile index 8751da9863b..ab7aa8a5b89 100644 --- a/Master/texmf-dist/doc/latex/pgfplots/Makefile +++ b/Master/texmf-dist/doc/latex/pgfplots/Makefile @@ -14,4 +14,7 @@ pgfplotstable: pgfplotstable.pdf @echo "" @echo "$@ compiled successfully. You may need to re-run make several times to get all cross-references right." +clean: + rm -f *.aux *.ind *.idx *.toc *.out *.log *.ilg *.dvi pgfplots.pdf pgfplotstable.pdf *.djs *.bbl *.blg + FORCE: |