1 CONVERTERS = pod2html pod2latex pod2man pod2text checkpods \
2 pod2usage podchecker podselect
4 HTMLROOT = / # Change this to fix cross-references in HTML
6 --htmlroot=$(HTMLROOT) \
7 --podroot=.. --podpath=pod:lib:ext:vms \
8 --libpods=perlfunc:perlguts:perlvar:perlrun:perlop
10 all: $(CONVERTERS) man
12 converters: $(CONVERTERS)
157 perlmodinstall.html \
267 html: pod2html $(HTML)
269 tex: pod2latex $(TEX)
272 $(PERL) -I../lib buildtoc >perltoc.pod
279 $(PERL) -I../lib pod2man $*.pm >$*.man
282 $(PERL) -I../lib pod2man $*.pod >$*.man
287 $(PERL) -I../lib $(POD2HTML) --infile=$*.pm --outfile=$*.html
290 $(PERL) -I../lib $(POD2HTML) --infile=$*.pod --outfile=$*.html
295 $(PERL) -I../lib pod2latex $*.pm
298 $(PERL) -I../lib pod2latex $*.pod
304 rm -f pod2html-*cache
305 rm -f *.aux *.log *.exe
313 @echo "checking..."; \
314 $(PERL) -I../lib checkpods $(POD)
317 pod2latex: pod2latex.PL ../lib/Config.pm
318 $(PERL) -I../lib pod2latex.PL
320 pod2html: pod2html.PL ../lib/Config.pm
321 $(PERL) -I ../lib pod2html.PL
323 pod2man: pod2man.PL ../lib/Config.pm
324 $(PERL) -I ../lib pod2man.PL
326 pod2text: pod2text.PL ../lib/Config.pm
327 $(PERL) -I ../lib pod2text.PL
329 checkpods: checkpods.PL ../lib/Config.pm
330 $(PERL) -I ../lib checkpods.PL
332 pod2usage: pod2usage.PL ../lib/Config.pm
333 $(PERL) -I ../lib pod2usage.PL
335 podchecker: podchecker.PL ../lib/Config.pm
336 $(PERL) -I ../lib podchecker.PL
338 podselect: podselect.PL ../lib/Config.pm
339 $(PERL) -I ../lib podselect.PL
342 $(REALPERL) -I../lib ../utils/perlcc -regex 's/$$/.exe/' pod2latex pod2man pod2text checkpods -prog -verbose dcf -log ../compilelog;