summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/pdf-forms-tutorial-en/examples/Makefile
blob: 4cddc10f89ddd03476f6c2013e699fc6471781e8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21

ALLFORMS1= ex0001.pdf ex0002.pdf ex0003.pdf ex0004.pdf ex0005.pdf ex0006.pdf
ALLFORMS2= ex0007.pdf ex0008.pdf ex0009.pdf ex0010.pdf ex0011.pdf ex0101.pdf
ALLFORMS3= ex0201.pdf ex0301.pdf ex0012.pdf ex0013.pdf
ALLFORMS= $(ALLFORMS1) $(ALLFORMS2) $(ALLFORMS3)

all:	allforms

allforms:	$(ALLFORMS)

.SUFFIXES:

.SUFFIXES:	.pdf .tex

.tex.pdf:
	pdflatex $*
	pdflatex $*
	pdflatex $*

clean:
	-rm -fr *.bbl *.blg *.out *.djs ex0*.pdf ex0*.aux ex0*.log