Sophie

Sophie

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

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

PERL5LIB=../lib

all: js/ajax.js js/hello.js js/features.js

js/ajax.js: Makefile
	perl ../jemplate --compile ajax/template/* > $@

js/hello.js: Makefile
	perl ../jemplate --compile hello/templates/* > $@

js/features.js: Makefile
	perl ../jemplate --compile features/templates/* > $@