diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-09-12 08:54:00 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-09-12 08:54:00 +0100 |
commit | 0195b1444e117d5ff8dc58a290639115901efb5b (patch) | |
tree | 37462773b4a9f607c7fb92bdca18a68dea20e697 /win32/Makefile | |
parent | 0105f2b1236b169342446129a0de2fd073540afd (diff) | |
download | perl-0195b1444e117d5ff8dc58a290639115901efb5b.tar.gz |
pod/perltoc.pod needs all the extensions to be built before it can be built.
Diffstat (limited to 'win32/Makefile')
-rw-r--r-- | win32/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/win32/Makefile b/win32/Makefile index 332b8ca2ca..b7efd2e134 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1083,7 +1083,7 @@ Extensions_realclean: #------------------------------------------------------------------------------- -doc: $(PERLEXE) +doc: $(PERLEXE) ..\pod\perltoc.pod $(PERLEXE) -I..\lib ..\installhtml --podroot=.. --htmldir=$(HTMLDIR) \ --podpath=pod:lib:ext:utils --htmlroot="file://$(INST_HTML::=|)" \ --libpod=perlfunc:perlguts:perlvar:perlrun:perlop --recurse @@ -1141,6 +1141,8 @@ utils: $(PERLEXE) $(X2P) $(PERLEXE) $(PL2BAT) $(UTILS) $(PERLEXE) ..\autodoc.pl .. $(PERLEXE) ..\pod\perlmodlib.pl -q + +..\pod\perltoc.pod: $(PERLEXE) Extensions Extensions_nonxs $(PERLEXE) ..\pod\buildtoc --build-toc -q # Note that the pod cleanup in this next section is parsed (and regenerated @@ -1238,7 +1240,7 @@ distclean: realclean install : all installbare installhtml -installbare : utils +installbare : utils ..\pod\perltoc.pod $(PERLEXE) ..\installperl if exist $(WPERLEXE) $(XCOPY) $(WPERLEXE) $(INST_BIN)\*.* if exist $(PERLEXESTATIC) $(XCOPY) $(PERLEXESTATIC) $(INST_BIN)\*.* |