summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/marvosym/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/fonts/marvosym/Makefile')
-rw-r--r--Master/texmf-dist/doc/fonts/marvosym/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/fonts/marvosym/Makefile b/Master/texmf-dist/doc/fonts/marvosym/Makefile
new file mode 100644
index 00000000000..acd2f3f5faa
--- /dev/null
+++ b/Master/texmf-dist/doc/fonts/marvosym/Makefile
@@ -0,0 +1,20 @@
+DOC=marvodoc
+SYM=marvosym-doc
+
+all: $(DOC).pdf $(SYM).pdf
+
+$(DOC).pdf: $(DOC).tex
+ pdflatex $<
+ pdflatex $<
+
+$(SYM).pdf: $(SYM).tex marvosym-table.tex
+ pdflatex $<
+ pdflatex $<
+
+clean:
+ -$(RM) $(DOC).log $(DOC).aux $(DOC).out $(SYM).log $(SYM).aux $(SYM).out
+
+allclean: clean
+ -$(RM) $(DOC).pdf $(SYM).pdf marvosym-table.tex
+
+.PHONY: all clean allclean