BASE=mime-construct.ja

all: $(BASE).1 $(BASE).html

$(BASE).1: $(BASE).pod
	pod2man $< > $@

$(BASE).html: $(BASE).pod
	pod2html $< > $@
