The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
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