From 1db354ff70705eb3822ae7ef1851e7d133e23f00 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 12 Sep 2003 17:24:17 +0000 Subject: [PATCH] The buildtoc now has options. p4raw-id: //depot/perl@21197 --- pod/Makefile.SH | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/Makefile.SH b/pod/Makefile.SH index ababd51..a1c6a33 100644 --- a/pod/Makefile.SH +++ b/pod/Makefile.SH @@ -82,7 +82,7 @@ html: pod2html $(HTML) tex: pod2latex $(TEX) toc perltoc.pod: buildtoc - $(PERLILIB) buildtoc + $(PERLILIB) buildtoc --build-toc .SUFFIXES: .pm .pod -- 1.8.3.1