diff options
author | John Ankarstrom <john@ankarstrom.se> | 2021-07-04 20:56:29 +0200 |
---|---|---|
committer | John Ankarstrom <john@ankarstrom.se> | 2021-07-04 20:58:52 +0200 |
commit | c3b387b72428818b8f855717509c0b4a87959762 (patch) | |
tree | 2e799ff70e6dab6fa7097ed23dae0c9bec62ca49 /toc | |
parent | 7fc9a55bf96b8972b043e997adf9e55f5c7d2a82 (diff) | |
download | mk-c3b387b72428818b8f855717509c0b4a87959762.tar.gz |
Add Makefile dependencies
Diffstat (limited to 'toc')
-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 |