DEST=pass.txt pass.tex pass.html all: $(DEST) pass.tex: ../pass.pm pod2latex $< pass.html: ../pass.pm pod2html $< > $@ pass.txt: ../pass.pm pod2text $< > $@ clean: rm -f $(DEST)