This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
integrate cfgperl changes into mainline
[perl5.git] / win32 / pod.mak
index f17e959..b1a1b9c 100644 (file)
@@ -1,4 +1,5 @@
-CONVERTERS = pod2html pod2latex pod2man pod2text checkpods
+CONVERTERS = pod2html pod2latex pod2man pod2text checkpods \
+               pod2usage podchecker podselect
 
 HTMLROOT = /   # Change this to fix cross-references in HTML
 POD2HTML = pod2html \
@@ -16,12 +17,15 @@ REALPERL = ..\perl.exe
 POD = \
        perl.pod        \
        perldelta.pod   \
+       perl5004delta.pod       \
+       perl5005delta.pod       \
        perldata.pod    \
        perlsyn.pod     \
        perlop.pod      \
        perlre.pod      \
        perlrun.pod     \
        perlfunc.pod    \
+       perlopentut.pod \
        perlvar.pod     \
        perlsub.pod     \
        perlmod.pod     \
@@ -30,6 +34,7 @@ POD = \
        perlform.pod    \
        perllocale.pod  \
        perlref.pod     \
+       perlreftut.pod  \
        perldsc.pod     \
        perllol.pod     \
        perltoot.pod    \
@@ -37,6 +42,7 @@ POD = \
        perltie.pod     \
        perlbot.pod     \
        perlipc.pod     \
+       perlthrtut.pod  \
        perldebug.pod   \
        perldiag.pod    \
        perlsec.pod     \
@@ -52,6 +58,8 @@ POD = \
        perlxstut.pod   \
        perlguts.pod    \
        perlcall.pod    \
+       perltodo.pod    \
+       perlhist.pod    \
        perlfaq.pod     \
        perlfaq1.pod    \
        perlfaq2.pod    \
@@ -67,12 +75,15 @@ POD = \
 MAN = \
        perl.man        \
        perldelta.man   \
+       perl5004delta.man       \
+       perl5005delta.man       \
        perldata.man    \
        perlsyn.man     \
        perlop.man      \
        perlre.man      \
        perlrun.man     \
        perlfunc.man    \
+       perlopentut.man \
        perlvar.man     \
        perlsub.man     \
        perlmod.man     \
@@ -81,6 +92,7 @@ MAN = \
        perlform.man    \
        perllocale.man  \
        perlref.man     \
+       perlreftut.man  \
        perldsc.man     \
        perllol.man     \
        perltoot.man    \
@@ -88,6 +100,7 @@ MAN = \
        perltie.man     \
        perlbot.man     \
        perlipc.man     \
+       perlthrtut.man  \
        perldebug.man   \
        perldiag.man    \
        perlsec.man     \
@@ -103,6 +116,8 @@ MAN = \
        perlxstut.man   \
        perlguts.man    \
        perlcall.man    \
+       perltodo.man    \
+       perlhist.man    \
        perlfaq.man     \
        perlfaq1.man    \
        perlfaq2.man    \
@@ -118,12 +133,15 @@ MAN = \
 HTML = \
        perl.html       \
        perldelta.html  \
+       perl5004delta.html      \
+       perl5005delta.html      \
        perldata.html   \
        perlsyn.html    \
        perlop.html     \
        perlre.html     \
        perlrun.html    \
        perlfunc.html   \
+       perlopentut.html        \
        perlvar.html    \
        perlsub.html    \
        perlmod.html    \
@@ -132,6 +150,7 @@ HTML = \
        perlform.html   \
        perllocale.html \
        perlref.html    \
+       perlreftut.html \
        perldsc.html    \
        perllol.html    \
        perltoot.html   \
@@ -139,6 +158,7 @@ HTML = \
        perltie.html    \
        perlbot.html    \
        perlipc.html    \
+       perlthrtut.html \
        perldebug.html  \
        perldiag.html   \
        perlsec.html    \
@@ -154,6 +174,8 @@ HTML = \
        perlxstut.html  \
        perlguts.html   \
        perlcall.html   \
+       perltodo.html   \
+       perlhist.html   \
        perlfaq.html    \
        perlfaq1.html   \
        perlfaq2.html   \
@@ -169,12 +191,15 @@ HTML = \
 TEX = \
        perl.tex        \
        perldelta.tex   \
+       perl5004delta.tex       \
+       perl5005delta.tex       \
        perldata.tex    \
        perlsyn.tex     \
        perlop.tex      \
        perlre.tex      \
        perlrun.tex     \
        perlfunc.tex    \
+       perlopentut.tex \
        perlvar.tex     \
        perlsub.tex     \
        perlmod.tex     \
@@ -183,6 +208,7 @@ TEX = \
        perlform.tex    \
        perllocale.tex  \
        perlref.tex     \
+       perlreftut.tex  \
        perldsc.tex     \
        perllol.tex     \
        perltoot.tex    \
@@ -190,6 +216,7 @@ TEX = \
        perltie.tex     \
        perlbot.tex     \
        perlipc.tex     \
+       perlthrtut.tex  \
        perldebug.tex   \
        perldiag.tex    \
        perlsec.tex     \
@@ -205,6 +232,8 @@ TEX = \
        perlxstut.tex   \
        perlguts.tex    \
        perlcall.tex    \
+       perltodo.tex    \
+       perlhist.tex    \
        perlfaq.tex     \
        perlfaq1.tex    \
        perlfaq2.tex    \
@@ -284,6 +313,15 @@ pod2text:  pod2text.PL ../lib/Config.pm
 checkpods:     checkpods.PL ../lib/Config.pm
        $(PERL) -I ../lib checkpods.PL
 
+pod2usage:     pod2usage.PL ../lib/Config.pm
+       $(PERL) -I ../lib pod2usage.PL
+
+podchecker:    podchecker.PL ../lib/Config.pm
+       $(PERL) -I ../lib podchecker.PL
+
+podselect:     podselect.PL ../lib/Config.pm
+       $(PERL) -I ../lib podselect.PL
+
 compile: all
        $(REALPERL) -I../lib ../utils/perlcc -regex 's/$$/.exe/' pod2latex pod2man pod2text checkpods -prog -verbose dcf -log ../compilelog;