aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: 5ffed1e4b1e4b3855748197e0391f4a002062adf (plain)
1
2
3
4
5
6
7
8
all: README.pdf hacking.pdf

hacking.pdf: hacking.t g.tmac
	perl -pe '$$_=`$$_` if s/^\!//' hacking.t |\
	groff -Tps | ps2pdf - > hacking.pdf

README.pdf: README.t g.tmac
	<README.t toc/toc groff -Tps | ps2pdf - > README.pdf