diff options
author | Tim Bunce <Tim.Bunce@pobox.com> | 1997-09-30 14:11:29 +0000 |
---|---|---|
committer | Tim Bunce <Tim.Bunce@pobox.com> | 1997-09-30 14:11:29 +0000 |
commit | fde3839ed04a2542feb61732eef5a44b24f18d42 (patch) | |
tree | a434e13ab52f62d896c3deed3492c973d53440ce /Makefile.SH | |
parent | c86e9150ad7a16fbff9ad6e01b9c8c86649cde1b (diff) | |
parent | 90248788f819cf7b59aabb5259fdd6d66bc4632b (diff) | |
download | perl-fde3839ed04a2542feb61732eef5a44b24f18d42.tar.gz |
Maintenance 5.004_03 changes
p4raw-id: //depot/maint-5.004/perl@82
Diffstat (limited to 'Makefile.SH')
-rw-r--r-- | Makefile.SH | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.SH b/Makefile.SH index b941bb0522..86fd6ed02e 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -362,7 +362,7 @@ install.man: all installman # XXX Experimental. Hardwired values, but useful for testing. # Eventually Configure could ask for some of these values. install.html: all installhtml - ./installhtml \ + ./perl installhtml \ --podroot=. --podpath=. --recurse \ --htmldir=$(privlib)/html \ --htmlroot=$(privlib)/html \ |