summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/eledmac/examples/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/eledmac/examples/makefile')
-rw-r--r--Master/texmf-dist/doc/latex/eledmac/examples/makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/eledmac/examples/makefile b/Master/texmf-dist/doc/latex/eledmac/examples/makefile
new file mode 100644
index 00000000000..2957ca2313a
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/eledmac/examples/makefile
@@ -0,0 +1,11 @@
+.SUFFIXES: .tex
+
+all: .tex.pdf
+
+.tex.pdf:
+ latexmk $<
+
+
+
+clean:
+ @$(RM) *pdf *toc *.1* *.2* *.3* *.eledsec* *.log *.fdb_latexmk *.aux *.end *.ilg *.ind *.idx *.out *.synctex.gz *.synctex.gz\(busy\) \ No newline at end of file