summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/fonts/marvosym/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2012-04-09 16:35:23 +0000
committerKarl Berry <karl@freefriends.org>2012-04-09 16:35:23 +0000
commit679579624c137e7415178bdd8fd882133799ae62 (patch)
treee89239d980acb85ea888836f3928ded4d33248f5 /Master/texmf-dist/doc/fonts/marvosym/Makefile
parent41cd04d6b406f7121b274e262a5907d5e8c63777 (diff)
marvosym (8apr12)
git-svn-id: svn://tug.org/texlive/trunk@25888 c570f23f-e606-0410-a88d-b1316a301751
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