summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorThibaut Horel <thibaut.horel@gmail.com>2014-08-25 01:11:31 -0400
committerThibaut Horel <thibaut.horel@gmail.com>2014-08-25 01:11:31 -0400
commit32df4881f8facc3dd19354f6a170a238a0e550c7 (patch)
treedad1c0d0259ed251d77f211a9ab8b3c8c59181b4 /Makefile
parentf6863cbf8daede0e453b4e7df284189a384be320 (diff)
downloadbook-reader-master.tar.gz
Switch to GaramondHEADmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index b6c9b42..158689b 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@ js_dir=static/js
css_dir=static/css
js_files=$(wildcard $(THEME_DIR)/$(js_dir)/*.js)
css_files=$(sort $(wildcard $(THEME_DIR)/$(css_dir)/*.css))
-render_sources=$(wildcard $(CLEAN_DIR)/*.html)
+render_sources=$(wildcard $(HTML_DIR)/*.html)
render_targets=$(addprefix $(BUILD_DIR)/, $(notdir $(render_sources)))
.PHONY: render cssmin jsmin assets render all jslint csslint