From 042fcb82b83d19bf08afd3367235ac71a60b3850 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Tue, 7 Jun 2016 16:01:04 +0100 Subject: Move javascript content handler as appropriate for updated source format --- content/handlers/Makefile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'content/handlers/Makefile') diff --git a/content/handlers/Makefile b/content/handlers/Makefile index e57fc1119..2f2da3aed 100644 --- a/content/handlers/Makefile +++ b/content/handlers/Makefile @@ -6,6 +6,11 @@ S_IMAGE := $(addprefix content/handlers/image/,$(S_IMAGE)) # CSS sources include content/handlers/css/Makefile -S_CSS := $(addprefix content/handlers/css/,$(S_CSS)) +S_CONTENT += $(addprefix handlers/css/,$(S_CSS)) + +# Javascript source +include content/handlers/javascript/Makefile + +S_CONTENT += $(addprefix handlers/javascript/,$(S_JAVASCRIPT)) INCLUDE_DIRS += content/handlers -- cgit v1.2.3