summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/boites/Makefile
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2013-11-23 23:59:23 +0000
committerKarl Berry <karl@freefriends.org>2013-11-23 23:59:23 +0000
commitb83e40cafc2d8b440489311729d1e34d4aba372f (patch)
tree9cf18fa9338ac76409ed8ab82bf15e4861675468 /Master/texmf-dist/doc/latex/boites/Makefile
parent416fb244aa3fb5b9bbf58e6a4c20ad3b0fe32cb7 (diff)
boites (23nov13)
git-svn-id: svn://tug.org/texlive/trunk@32221 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/boites/Makefile')
-rw-r--r--Master/texmf-dist/doc/latex/boites/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/boites/Makefile b/Master/texmf-dist/doc/latex/boites/Makefile
new file mode 100644
index 00000000000..dace93059c1
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/boites/Makefile
@@ -0,0 +1,10 @@
+LATEX = latex --interaction=nonstopmode
+EXAMPLES = boites_examples
+DVIPS = dvips
+
+all:
+ $(LATEX) $(EXAMPLES).tex
+ $(DVIPS) -o $(EXAMPLES).ps $(EXAMPLES).dvi
+
+clean:
+ rm -f *.dvi *.ps *.aux *.log *\~ \ No newline at end of file