diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/boites/Makefile')
-rw-r--r-- | Master/texmf-dist/doc/latex/boites/Makefile | 10 |
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 |