summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/handout/examples/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/handout/examples/makefile')
-rw-r--r--Master/texmf-dist/doc/latex/handout/examples/makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/handout/examples/makefile b/Master/texmf-dist/doc/latex/handout/examples/makefile
new file mode 100644
index 00000000000..aa7ef50a164
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/handout/examples/makefile
@@ -0,0 +1,5 @@
+all: *tex *bib
+ latexmk *tex
+
+clean:
+ @$(RM) *.pdf *.toc *.aux *.out *.fdb_latexmk *.log *.bbl *.bcf *.blg *run.xml *.synctex.gz* *fls *.handout