JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
rename html to template.html
[hexbog.git] / Makefile
index 9807ae8..962d6ff 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -18,8 +18,8 @@ wordlist_min.js: wordlist_compressed.js main.js
 style.css: style.less
        lessc style.less style.css
 
-index.html: main_min.js wordlist_min.js main.html style.css
-       bash combine.bash main.html > $@ || (rm -f $@; exit 1)
+index.html: main_min.js wordlist_min.js template.html style.css
+       bash combine.bash template.html > $@ || (rm -f $@; exit 1)
 
 index.html.gz: index.html
        gzip --best -c $< > $@