X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile;h=bd05b9b94df4097753a76682162963d055e7f63a;hb=23bacc1691b42d9b2e131b7f47c9fcb2f72e3e6f;hp=120bab6ca51fb4aaabcb3923057f11d2c4f81e3f;hpb=a243218cb18cbfe3e26a61c2da0acbbb342c90eb;p=mkws-moved-to-github.git diff --git a/src/Makefile b/src/Makefile index 120bab6..bd05b9b 100644 --- a/src/Makefile +++ b/src/Makefile @@ -100,8 +100,8 @@ $(DEST)/mkws.js: $(COMPONENTS) Makefile mv -f $@.tmp $@ chmod 444 $@ -mkws-templates.js: *.templates/*.handlebars - ${HANDLEBARS} -n mkws.defaultTemplates *.templates/*.handlebars -f $@.tmp +mkws-templates.js: templates/*.handlebars + ${HANDLEBARS} -n mkws.defaultTemplates templates/*.handlebars -f $@.tmp mv -f $@.tmp $@ # Checks that the JavaScript can be parsed