Fix MKWS-310 ("make clean leaves files")
authorMike Taylor <mike@indexdata.com>
Wed, 22 Oct 2014 15:46:14 +0000 (16:46 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 22 Oct 2014 15:46:14 +0000 (16:46 +0100)
"make clean" now removes the generated file mkws-templates.js

src/Makefile

index 427b818..120bab6 100644 (file)
@@ -114,7 +114,7 @@ html-includes:
          perl -n0e 'chomp(); print qq{    <script type="text/javascript" src="src/$$_"></script>\n}'
 
 clean distclean:
-       rm -f ${INSTALLED}
+       rm -f ${INSTALLED} mkws-templates.js
 
 help:
        @echo "make [ all | clean | release ]"