From df9030831e294af0030d3c9df092a1ea910aa6df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= Date: Wed, 23 Jun 2021 12:21:41 +0200 Subject: toc: Use .so instead of .rd --- toc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'toc/Makefile') 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 -- cgit v1.2.3