[win32] integrate mainline
[p5sagit/p5-mst-13.2.git] / pod / Makefile
index 2737864..e9623a6 100644 (file)
@@ -9,6 +9,7 @@ POD2HTML = pod2html \
 all: $(CONVERTERS) man
 
 PERL = ../miniperl
+REALPERL = ../perl
 
 POD = \
        perl.pod        \
@@ -22,6 +23,7 @@ POD = \
        perlvar.pod     \
        perlsub.pod     \
        perlmod.pod     \
+       perlmodlib.pod  \
        perlform.pod    \
        perllocale.pod  \
        perlref.pod     \
@@ -69,6 +71,7 @@ MAN = \
        perlvar.man     \
        perlsub.man     \
        perlmod.man     \
+       perlmodlib.man  \
        perlform.man    \
        perllocale.man  \
        perlref.man     \
@@ -116,6 +119,7 @@ HTML = \
        perlvar.html    \
        perlsub.html    \
        perlmod.html    \
+       perlmodlib.html \
        perlform.html   \
        perllocale.html \
        perlref.html    \
@@ -163,6 +167,7 @@ TEX = \
        perlvar.tex     \
        perlsub.tex     \
        perlmod.tex     \
+       perlmodlib.tex  \
        perlform.tex    \
        perllocale.tex  \
        perlref.tex     \
@@ -236,7 +241,7 @@ toc:
 clean:
        rm -f $(MAN) $(HTML) $(TEX)
        rm -f pod2html-*cache
-       rm -f *.aux *.log
+       rm -f *.aux *.log *.exe
 
 realclean:     clean
        rm -f $(CONVERTERS)
@@ -263,4 +268,7 @@ pod2text:   pod2text.PL ../lib/Config.pm
 checkpods:     checkpods.PL ../lib/Config.pm
        $(PERL) -I ../lib checkpods.PL
 
+compile: all
+       $(REALPERL) -I../lib ../utils/perlcc -regex 's/$$/.exe/' pod2latex pod2man pod2text checkpods -prog -verbose dcf -log ../compilelog;
 
+