X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=src%2FMakefile;h=bd05b9b94df4097753a76682162963d055e7f63a;hb=23bacc1691b42d9b2e131b7f47c9fcb2f72e3e6f;hp=427b8183c409cdff3553427ccf4589bbcbc8d630;hpb=7eddb1bd0c6a0c5e7725c43d20cdad451087f7ae;p=mkws-moved-to-github.git diff --git a/src/Makefile b/src/Makefile index 427b818..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 @@ -114,7 +114,7 @@ html-includes: perl -n0e 'chomp(); print qq{ \n}' clean distclean: - rm -f ${INSTALLED} + rm -f ${INSTALLED} mkws-templates.js help: @echo "make [ all | clean | release ]"