aboutsummaryrefslogtreecommitdiff
path: root/toc/Makefile
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-06-23 12:21:41 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-06-23 12:22:37 +0200
commitdf9030831e294af0030d3c9df092a1ea910aa6df (patch)
treef22d08da517f9790815032759e0dc0848664a494 /toc/Makefile
parent6711a42d6175984a029e7af7a4886ed44c998e4c (diff)
downloadmk-df9030831e294af0030d3c9df092a1ea910aa6df.tar.gz
toc: Use .so instead of .rd
Diffstat (limited to 'toc/Makefile')
-rw-r--r--toc/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/toc/Makefile b/toc/Makefile
index 3211efd..6b6468f 100644
--- a/toc/Makefile
+++ b/toc/Makefile
@@ -1,5 +1,5 @@
-README.pdf: README.t
+README.pdf: README.t toc.tmac toc gtoc
./gtoc -Tps README.t | ps2pdf - > README.pdf
-example.pdf: example.t
+example.pdf: example.t toc.tmac toc gtoc
./gtoc -Tps example.t | ps2pdf - > example.pdf