Sophie

Sophie

distrib > Fedora > 15 > i386 > by-pkgid > b8656e1a7b3354acf8ca87f66b3b671a > files > 7

perl-Jemplate-0.261-3.fc15.noarch.rpm

all: html/Jemplate.html text/Jemplate.text

html/Jemplate.html: ../lib/Jemplate.pm html
	pod2html $< > $@
	rm pod2htm*.tmp

text/Jemplate.text: ../lib/Jemplate.pm text
	pod2text $< > $@

html text:
	mkdir $@

clean:
	rm -fr html text