The first part removes "installman" and "installhtml" from the
.PHONY target, which was causing problems during installation.
(the installman and installhtml are not phony targets,
they are real files)
p4raw-id: //depot/perl@16219
-@test -s extras.lst && $(LDLIBPTH) PATH=`pwd`:${PATH} PERL5LIB=`pwd`/lib ./perl -Ilib -MCPAN -e '@ARGV&&install(@ARGV)' `cat extras.lst`
.PHONY: install install-strip install-all install-verbose install-silent \
- no-install install.perl install.man installman install.html installhtml
+ no-install install.perl install.man install.html
install-strip:
$(MAKE) STRIPFLAGS=-s install