diff options
author | Johan Vromans <jvromans@squirrel.nl> | 2000-09-17 21:46:05 +0200 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-09-30 12:53:36 +0000 |
commit | e788edffda7d09f6c23d57801a774fbdc00e5bac (patch) | |
tree | 990b8872e9dd6176dc5264f520a1abb7496b92f8 /pod/Makefile.SH | |
parent | 56d8b52cdc3a7deb700f2192d2c7c08901c639b1 (diff) | |
download | perl-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.SH | 2 |
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)" |