all: man-pages index
index:
perl mk_page
man-pages: jspell jspell-aff jbuild
jspell:
pod2html --noindex --infile=jspell.pod --outfile=jspell.pod.html
perl -i -e 'while(<>) { print "\n" if m!!; print }' jspell.pod.html
jspell-aff:
pod2html --noindex --infile=jspell-aff.pod --outfile=jspell-aff.pod.html
perl -i -e 'while(<>) { print "\n" if m!!; print }' jspell-aff.pod.html
jbuild:
pod2html --noindex --infile=jbuild.pod --outfile=jbuild.pod.html
perl -i -e 'while(<>) { print "\n" if m!!; print }' jbuild.pod.html