aboutsummaryrefslogtreecommitdiff
path: root/Documentation/debconf7/Makefile
blob: 702fbf9a8b4a8ea2655105fd4f8056cf452a684b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SOURCE:=$(wildcard pb*.tex)
DVIFILES:=$(SOURCE:%.tex=%.dvi)
PDFFILES:=$(SOURCE:%.tex=%.pdf)

all: $(PDFFILES)

%.pdf: %.dvi
	dvipdfmx $< 

%.dvi: %.tex
	latex $<
	latex $<
	latex $<

clean:
	-rm *~ *.log *.aux *.snm *.toc *.out *.nav *.dvi