diff options
Diffstat (limited to 'toc/Makefile')
-rw-r--r-- | toc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toc/Makefile b/toc/Makefile index 2cc92ac..0e4918e 100644 --- a/toc/Makefile +++ b/toc/Makefile @@ -1,6 +1,6 @@ TROFF ?= groff -Tps -README.pdf: README.t toc.tmac toc +README.pdf: README.t toc.tmac toc ../mk/k.tmac <README.t ./toc $(TROFF) | ps2pdf - > README.pdf example.pdf: example.t toc.tmac toc |