blob: 0e4918e1e0c80bcddb22d564f4c143eac6f54a01 (
plain)
1
2
3
4
5
6
7
|
TROFF ?= groff -Tps
README.pdf: README.t toc.tmac toc ../mk/k.tmac
<README.t ./toc $(TROFF) | ps2pdf - > README.pdf
example.pdf: example.t toc.tmac toc
<example.t ./toc $(TROFF) | ps2pdf - > example.pdf
|