summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/reledmac/doc-more/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/reledmac/doc-more/makefile')
-rw-r--r--macros/latex/contrib/reledmac/doc-more/makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/macros/latex/contrib/reledmac/doc-more/makefile b/macros/latex/contrib/reledmac/doc-more/makefile
new file mode 100644
index 0000000000..02b9cf923c
--- /dev/null
+++ b/macros/latex/contrib/reledmac/doc-more/makefile
@@ -0,0 +1,13 @@
+.SUFFIXES: .tex
+
+SRC= $(wildcard *.tex)
+OBJ= $(SRC:.tex=.pdf)
+
+all:$(OBJ)
+
+
+%.pdf: %.tex
+ latexmk $<
+
+clean:
+ @$(RM) *pdf *toc *.1* *.2* *.3* *.eledsec* *.log *.fdb_latexmk *.aux *.end *.ilg *.ind *.idx *.out *.synctex.gz *.synctex.gz\(busy\)