summaryrefslogtreecommitdiff
path: root/clformat/docs/Makefile
blob: c2ad7f427cfd03a43fa8b4d78ff4e70d32bf4229 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
.PHONY: all clean

all: clformat.pdf

clean:
	rm clformat.pdf

clformat.pdf: clformat.ps
	ps2pdf clformat.ps clformat.pdf
	rm clformat.ps

clformat.ps: clformat.ms
	groff -ms -s -t -Tps clformat.ms > clformat.ps

clformat.ms: clformat.tmac
	touch clformat.ms

clformat.tmac:
	touch clformat.tmac

preview: clformat.pdf
	fbpdf clformat.pdf