diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-29 17:56:26 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2000-05-29 17:56:26 +0000 |
commit | 2e1d04bc4fa2d036f823d5251c731f594e0246dd (patch) | |
tree | 9576f0c7ce6edb3860c7ae7a62167ac9fe4c308c /pod/Makefile | |
parent | e2cf2bdb3ec4f6752299142b6793db46c2033302 (diff) | |
download | perl-2e1d04bc4fa2d036f823d5251c731f594e0246dd.tar.gz |
Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
both from Simon Cozens.
p4raw-id: //depot/cfgperl@6161
Diffstat (limited to 'pod/Makefile')
-rw-r--r-- | pod/Makefile | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/pod/Makefile b/pod/Makefile index bd2e148c42..5f6c40c158 100644 --- a/pod/Makefile +++ b/pod/Makefile @@ -31,6 +31,7 @@ POD = \ perlmod.pod \ perlmodlib.pod \ perlmodinstall.pod \ + perlnewmod.pod \ perlfork.pod \ perlform.pod \ perllocale.pod \ @@ -98,6 +99,7 @@ MAN = \ perlmod.man \ perlmodlib.man \ perlmodinstall.man \ + perlnewmod.man \ perlfork.man \ perlform.man \ perllocale.man \ @@ -165,6 +167,7 @@ HTML = \ perlmod.html \ perlmodlib.html \ perlmodinstall.html \ + perlnewmod.html \ perlfork.html \ perlform.html \ perllocale.html \ @@ -232,6 +235,7 @@ TEX = \ perlmod.tex \ perlmodlib.tex \ perlmodinstall.tex \ + perlnewmod.tex \ perlfork.tex \ perlform.tex \ perllocale.tex \ @@ -358,7 +362,11 @@ podchecker: podchecker.PL ../lib/Config.pm podselect: podselect.PL ../lib/Config.pm $(PERL) -I ../lib podselect.PL +perlmodlib.pod: $(PERL) perlmodlib.PL ../mv-if-diff + rm -f perlmodlib.tmp + $(PERL) -I ../lib perlmodlib.PL + sh ../mv-if-diff perlmodlib.tmp perlmodlib.pod + compile: all $(REALPERL) -I../lib ../utils/perlcc -regex 's/$$/.exe/' pod2latex pod2man pod2text checkpods -prog -verbose dcf -log ../compilelog; - |