aboutsummaryrefslogtreecommitdiff
path: root/toc/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-23 20:55:06 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-23 20:55:06 +0200
commitbffbccd88aa57541bffca931c6a4c205773ad619 (patch)
tree113458e94b7f5439efa8b058e3a819827a42b342 /toc/Makefile
parentdf9030831e294af0030d3c9df092a1ea910aa6df (diff)
downloadmk-bffbccd88aa57541bffca931c6a4c205773ad619.tar.gz
toc: Change toc script usage, skip unnecessary passes
Diffstat (limited to 'toc/Makefile')
-rw-r--r--toc/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/toc/Makefile b/toc/Makefile
index 6b6468f..d6d2a6e 100644
--- a/toc/Makefile
+++ b/toc/Makefile
@@ -1,5 +1,5 @@
-README.pdf: README.t toc.tmac toc gtoc
- ./gtoc -Tps README.t | ps2pdf - > README.pdf
+README.pdf: README.t toc.tmac toc
+ <README.t ./toc groff -Tps | ps2pdf - > README.pdf
-example.pdf: example.t toc.tmac toc gtoc
- ./gtoc -Tps example.t | ps2pdf - > example.pdf
+example.pdf: example.t toc.tmac toc
+ <example.t ./toc groff -Tps | ps2pdf - > example.pdf