diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-04-18 12:19:57 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-04-18 12:19:57 +0100 |
commit | 344af494c35a9f0f50dab51474b2e7cd806f1b08 (patch) | |
tree | 18ee1dd279cfdc367556d9a3e4033d8608cb49ec /win32 | |
parent | 6e0733998eff7a098d2d21d5602f3eb2a7521e1f (diff) | |
download | perl-344af494c35a9f0f50dab51474b2e7cd806f1b08.tar.gz |
Generate perlapi.pod and perlintern.pod at build time, instead of shipping them.
Diffstat (limited to 'win32')
-rw-r--r-- | win32/Makefile | 4 | ||||
-rw-r--r-- | win32/makefile.mk | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/win32/Makefile b/win32/Makefile index 3de30cb2ea..dde2a36e8c 100644 --- a/win32/Makefile +++ b/win32/Makefile @@ -1138,6 +1138,9 @@ utils: $(PERLEXE) $(X2P) $(PERLEXE) lib_pm.PL cd ..\win32 $(PERLEXE) $(PL2BAT) $(UTILS) + cd .. + $(PERLEXE) autodoc.pl + cd win32 # Note that the pod cleanup in this next section is parsed (and regenerated # by pod/buildtoc so please check that script before making changes here @@ -1211,6 +1214,7 @@ distclean: realclean perltw.pod perluts.pod perlvmesa.pod perlvms.pod perlvms.pod \ perlvos.pod perlwin32.pod \ pod2html pod2latex pod2man pod2text pod2usage \ + perlapi.pod perlintern.pod \ podchecker podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ perldoc perlivp dprofpp libnetcfg enc2xs piconv cpan *.bat \ diff --git a/win32/makefile.mk b/win32/makefile.mk index 915d8b9e9e..6f2f5d88ae 100644 --- a/win32/makefile.mk +++ b/win32/makefile.mk @@ -1460,6 +1460,7 @@ utils: $(PERLEXE) $(X2P) cd ..\pod && $(MAKE) -f ..\win32\pod.mak converters cd ..\lib && $(PERLEXE) lib_pm.PL $(PERLEXE) $(PL2BAT) $(UTILS) + cd .. && $(PERLEXE) autodoc.pl # Note that the pod cleanup in this next section is parsed (and regenerated # by pod/buildtoc so please check that script before making changes here @@ -1533,6 +1534,7 @@ distclean: realclean perltw.pod perluts.pod perlvmesa.pod perlvms.pod perlvms.pod \ perlvos.pod perlwin32.pod \ pod2html pod2latex pod2man pod2text pod2usage \ + perlapi.pod perlintern.pod \ podselect -cd ..\utils && del /f h2ph splain perlbug pl2pm c2ph pstruct h2xs \ perldoc perlivp dprofpp libnetcfg enc2xs piconv cpan *.bat \ |