[win32] integrate mainline
[p5sagit/p5-mst-13.2.git] / pod / Makefile
index 7eeabd9..e9623a6 100644 (file)
@@ -9,6 +9,7 @@ POD2HTML = pod2html \
 all: $(CONVERTERS) man
 
 PERL = ../miniperl
+REALPERL = ../perl
 
 POD = \
        perl.pod        \
@@ -240,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)
@@ -267,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;
 
+