aboutsummaryrefslogtreecommitdiff
path: root/toc/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'toc/Makefile')
-rw-r--r--toc/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/toc/Makefile b/toc/Makefile
index 6cf0b74..3211efd 100644
--- a/toc/Makefile
+++ b/toc/Makefile
@@ -1,2 +1,5 @@
+README.pdf: README.t
+ ./gtoc -Tps README.t | ps2pdf - > README.pdf
+
example.pdf: example.t
- ./groc -Tps example.t | ps2pdf - > example.pdf
+ ./gtoc -Tps example.t | ps2pdf - > example.pdf