From: Gurusamy Sarathy Date: Fri, 3 Dec 1999 08:59:04 +0000 (+0000) Subject: change#4431 was flawed X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=fec937024ba421d7e643018d73a32d633584674e;p=p5sagit%2Fp5-mst-13.2.git change#4431 was flawed p4raw-link: @4431 on //depot/perl: 72b3d9b4e0eb3eb49735d998edaf49073f03375e p4raw-id: //depot/perl@4637 --- diff --git a/Makefile.SH b/Makefile.SH index ef1a0e2..c17719e 100644 --- a/Makefile.SH +++ b/Makefile.SH @@ -487,6 +487,7 @@ $(plextract): miniperl lib/Config.pm lib/re.pm $(LDLIBPTH) ./miniperl -Ilib $@.PL extra.pods: perl + -@test -f extra.pods && rm -f `cat extra.pods` -@rm -f extra.pods -@for x in `grep -l '^=[a-z]' README.*` ; do \ nx=`echo $$x | sed -e "s/README\.//"`; \ @@ -494,9 +495,9 @@ extra.pods: perl echo "pod/perl"$$nx".pod" >> extra.pods ; \ done -install: all install.perl install.man extra.pods +install: all install.perl install.man -install.perl: all installperl +install.perl: all extra.pods installperl if [ -n "$(COMPILE)" ]; \ then \ cd utils; $(MAKE) compile; \ @@ -506,7 +507,7 @@ install.perl: all installperl fi $(LDLIBPTH) ./perl installperl -install.man: all installman +install.man: all extra.pods installman $(LDLIBPTH) ./perl installman # XXX Experimental. Hardwired values, but useful for testing.