X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pod%2FMakefile;h=785f9775dd14b8de4ebc415a53aaba121a30a94e;hb=2d259d9294e79c03b1a69d3eaac3d6e5647468d7;hp=7eeabd943b02c13f5fbb885dda1b2d2bbee48e22;hpb=f102b8834494e736221c17057fae0f964511ea18;p=p5sagit%2Fp5-mst-13.2.git diff --git a/pod/Makefile b/pod/Makefile index 7eeabd9..785f977 100644 --- a/pod/Makefile +++ b/pod/Makefile @@ -8,7 +8,10 @@ POD2HTML = pod2html \ all: $(CONVERTERS) man +converters: $(CONVERTERS) + PERL = ../miniperl +REALPERL = ../perl POD = \ perl.pod \ @@ -238,9 +241,11 @@ toc: $(PERL) -I../lib pod2latex $*.pod clean: - rm -f $(MAN) $(HTML) $(TEX) + rm -f $(MAN) + rm -f $(HTML) + rm -f $(TEX) rm -f pod2html-*cache - rm -f *.aux *.log + rm -f *.aux *.log *.exe realclean: clean rm -f $(CONVERTERS) @@ -267,4 +272,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; +