summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/boites/Makefile
blob: dace93059c19b9de1811a1fbde59c537fdb84155 (plain)
1
2
3
4
5
6
7
8
9
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 *\~