summaryrefslogtreecommitdiff
path: root/pod/Makefile.SH
diff options
context:
space:
mode:
authorJohan Vromans <jvromans@squirrel.nl>2000-09-17 21:46:05 +0200
committerNick Ing-Simmons <nik@tiuk.ti.com>2000-09-30 12:53:36 +0000
commite788edffda7d09f6c23d57801a774fbdc00e5bac (patch)
tree990b8872e9dd6176dc5264f520a1abb7496b92f8 /pod/Makefile.SH
parent56d8b52cdc3a7deb700f2192d2c7c08901c639b1 (diff)
downloadperl-e788edffda7d09f6c23d57801a774fbdc00e5bac.tar.gz
[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
Diffstat (limited to 'pod/Makefile.SH')
-rw-r--r--pod/Makefile.SH2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/Makefile.SH b/pod/Makefile.SH
index 1471bb781e..ae6262c816 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)"