better diagnostics on read operations from write-only
[p5sagit/p5-mst-13.2.git] / pod / Makefile
index 77a181e..f28b9d4 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 \
@@ -37,11 +38,13 @@ POD = \
        perldsc.pod     \
        perllol.pod     \
        perltoot.pod    \
+       perltootc.pod   \
        perlobj.pod     \
        perltie.pod     \
        perlbot.pod     \
        perlipc.pod     \
        perlthrtut.pod  \
+       perldbmfilter.pod       \
        perldebug.pod   \
        perldiag.pod    \
        perlsec.pod     \
@@ -94,11 +97,13 @@ MAN = \
        perldsc.man     \
        perllol.man     \
        perltoot.man    \
+       perltootc.man   \
        perlobj.man     \
        perltie.man     \
        perlbot.man     \
        perlipc.man     \
        perlthrtut.man  \
+       perldbmfilter.man       \
        perldebug.man   \
        perldiag.man    \
        perlsec.man     \
@@ -151,11 +156,13 @@ HTML = \
        perldsc.html    \
        perllol.html    \
        perltoot.html   \
+       perltootc.html  \
        perlobj.html    \
        perltie.html    \
        perlbot.html    \
        perlipc.html    \
        perlthrtut.html \
+       perldbmfilter.html      \
        perldebug.html  \
        perldiag.html   \
        perlsec.html    \
@@ -208,11 +215,13 @@ TEX = \
        perldsc.tex     \
        perllol.tex     \
        perltoot.tex    \
+       perltootc.tex   \
        perlobj.tex     \
        perltie.tex     \
        perlbot.tex     \
        perlipc.tex     \
        perlthrtut.tex  \
+       perldbmfilter.tex       \
        perldebug.tex   \
        perldiag.tex    \
        perlsec.tex     \
@@ -308,6 +317,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;