1 HTMLROOT = / # Change this to fix cross-references in HTML
2 POD2HTML_ARGS = --htmlroot=$(HTMLROOT) --podroot=.. --podpath=pod:lib:ext:vms
3 POD2HTML = ../ext/Pod-Html/pod2html
4 POD2MAN = ../cpan/podlators/pod2man
5 POD2TEXT = ../cpan/podlators/pod2text
6 POD2LATEX = ../cpan/Pod-LaTeX/pod2latex
7 PODCHECKER = ../cpan/Pod-Parser/podchecker
11 PERL = ..\miniperl.exe
12 REALPERL = ..\perl.exe
113 perlrebackslash.pod \
114 perlrecharclass.pod \
240 perlrebackslash.man \
241 perlrecharclass.man \
326 perlexperiment.html \
347 perlmodinstall.html \
367 perlrebackslash.html \
368 perlrecharclass.html \
494 perlrebackslash.tex \
495 perlrecharclass.tex \
524 man: $(POD2MAN) $(MAN)
526 html: $(POD2HTML) $(HTML)
528 tex: $(POD2LATEX) $(TEX)
531 $(PERL) -I../lib buildtoc >perltoc.pod
538 $(PERL) -I../lib $(POD2MAN) $*.pm >$*.man
541 $(PERL) -I../lib $(POD2MAN) $*.pod >$*.man
546 $(PERL) -I../lib $(POD2HTML) $(POD2HTML_ARGS) --infile=$*.pm --outfile=$*.html
549 $(PERL) -I../lib $(POD2HTML) $(POD2HTML_ARGS) --infile=$*.pod --outfile=$*.html
554 $(PERL) -I../lib $(POD2LATEX) $*.pm
557 $(PERL) -I../lib $(POD2LATEX) $*.pod
563 rm -f pod2html-*cache
564 rm -f *.aux *.log *.exe
571 @echo "checking..."; \
572 $(PERL) -I../lib $(PODCHECKER) $(POD)