diff options
Diffstat (limited to 'toc/Makefile')
-rw-r--r-- | toc/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/toc/Makefile b/toc/Makefile index 6b6468f..d6d2a6e 100644 --- a/toc/Makefile +++ b/toc/Makefile @@ -1,5 +1,5 @@ -README.pdf: README.t toc.tmac toc gtoc - ./gtoc -Tps README.t | ps2pdf - > README.pdf +README.pdf: README.t toc.tmac toc + <README.t ./toc groff -Tps | ps2pdf - > README.pdf -example.pdf: example.t toc.tmac toc gtoc - ./gtoc -Tps example.t | ps2pdf - > example.pdf +example.pdf: example.t toc.tmac toc + <example.t ./toc groff -Tps | ps2pdf - > example.pdf |