diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-01 10:37:09 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-08-01 10:37:09 +0000 |
commit | 8d2cbf275bdbe423a78c055275f6608f68d8afad (patch) | |
tree | 7eb50d316d12a7271182818010a6eabdba794ddd /Policy_sh.SH | |
parent | 8d4e7e3907672fbc74df892b580e2e92408bf462 (diff) | |
download | perl-8d2cbf275bdbe423a78c055275f6608f68d8afad.tar.gz |
Regen Configure to use the *html*dir files.
(installhtml uses none of that, though)
p4raw-id: //depot/perl@20413
Diffstat (limited to 'Policy_sh.SH')
-rw-r--r-- | Policy_sh.SH | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Policy_sh.SH b/Policy_sh.SH index 3cb637527c..a618d23d56 100644 --- a/Policy_sh.SH +++ b/Policy_sh.SH @@ -125,16 +125,16 @@ esac # $bin $scriptdir $privlib $archlib # $man1dir $man3dir $html1dir $html3dir # $sitebin $sitescript $sitelib $sitearch -# $siteman1dir $siteman3dir $sitehtml1 $sitehtml3 +# $siteman1dir $siteman3dir $sitehtml1dir $sitehtml3dir # $vendorbin $vendorscript $vendorlib $vendorarch -# $vendorman1dir $vendorman3dir $vendorhtml1 $vendorhtml3 +# $vendorman1dir $vendorman3dir $vendorhtml1dir $vendorhtml3dir for var in \ bin scriptdir privlib archlib man1dir man3dir html1dir html3dir \ sitebin sitescript sitelib sitearch \ - siteman1dir siteman3dir sitehtml1 sitehtml3 \ + siteman1dir siteman3dir sitehtml1dir sitehtml3dir \ vendorbin vendorscript vendorlib vendorarch \ - vendorman1dir vendorman3dir vendorhtml1 vendorhtml3 + vendorman1dir vendorman3dir vendorhtml1dir vendorhtml3dir do case "$var" in |