diff options
author | John Ankarström <john@ankarstrom.se> | 2021-06-23 20:55:06 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-06-23 20:55:06 +0200 |
commit | bffbccd88aa57541bffca931c6a4c205773ad619 (patch) | |
tree | 113458e94b7f5439efa8b058e3a819827a42b342 /Makefile | |
parent | df9030831e294af0030d3c9df092a1ea910aa6df (diff) | |
download | mk-bffbccd88aa57541bffca931c6a4c205773ad619.tar.gz |
toc: Change toc script usage, skip unnecessary passes
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -5,4 +5,4 @@ hacking.pdf: hacking.t g.tmac groff -Tps | ps2pdf - > hacking.pdf README.pdf: README.t g.tmac - toc/gtoc -Tps README.t | ps2pdf - > README.pdf + <README.t toc/toc groff -Tps | ps2pdf - > README.pdf |