diff options
Diffstat (limited to 'toc/Makefile')
-rw-r--r-- | toc/Makefile | 4 |
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 |