aboutsummaryrefslogtreecommitdiff
path: root/t/Makefile
blob: 6027724ac1fa44922a4a0f68516baeb2512e3142 (plain)
1
2
3
4
5
6
7
8
9
10
11
.SUFFIXES: .t .T .pdf
TEST != ls *.t | sed 's/t$$/T/'

all: $(TEST)

.t.T:
	@echo -- $< -----------------------
	@groff -Tps $< >/dev/null

.t.pdf:
	groff -Tps $< | ps2pdf - > $@