summaryrefslogtreecommitdiff
path: root/distribution/elbe-usage/Makefile
blob: d6412585aed3c55b513ecfcad5d725d424eb4fe0 (plain)
1
2
3
4
5
6
7
8
9
all:
	for pdf in `ls -1 *.tex` ; do \
		TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
		TEXINPUTS=`pwd`/../..:.:..:$(TEXINPUTS) pdflatex $$pdf; \
	done

clean:
	rm -f *.aux *.log *.pdf *.log *.snm *.toc *.vrb *.nav *.out