summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/boites/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/boites/Makefile')
-rw-r--r--Master/texmf-dist/source/latex/boites/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/Master/texmf-dist/source/latex/boites/Makefile b/Master/texmf-dist/source/latex/boites/Makefile
new file mode 100644
index 00000000000..dace93059c1
--- /dev/null
+++ b/Master/texmf-dist/source/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