From: Johan Vromans Date: Sun, 17 Sep 2000 19:46:05 +0000 (+0200) Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=e788edffda7d09f6c23d57801a774fbdc00e5bac;p=p5sagit%2Fp5-mst-13.2.git [ID 20000917.002] 5.7.0 and blead@7095 make html makes man Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl> p4raw-id: //depot/perl@7103 --- diff --git a/pod/Makefile.SH b/pod/Makefile.SH index 1471bb7..ae6262c 100644 --- a/pod/Makefile.SH +++ b/pod/Makefile.SH @@ -22,7 +22,7 @@ if test -d pod; then fi POD=`echo *.pod` MAN=`echo $POD|sed 's/\.pod/\.man/g'` -HTML=`echo $POD|sed 's/perltoc.pod//'|sed 's/\.pod/\.man/g'` +HTML=`echo $POD|sed 's/perltoc.pod//'|sed 's/\.pod/\.html/g'` TEX=`echo $POD|sed 's/\.pod/\.tex/g'` echo "Extracting pod/Makefile (with variable substitutions)"