From 6722943b81c0dba84ed187b2d117cc92972117ed Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 26 May 2016 11:18:41 +0100 Subject: move the CSS content handler --- 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 97d2813b4..a12d8cc21 100644 --- a/content/handlers/Makefile +++ b/content/handlers/Makefile @@ -1,4 +1,9 @@ # Image content handler sources include content/handlers/image/Makefile -S_IMAGE := $(addprefix content/handlers/,$(S_IMAGE)) +S_IMAGE := $(addprefix content/handlers/image/,$(S_IMAGE)) + +# CSS sources +include content/handlers/css/Makefile + +S_CSS := $(addprefix content/handlers/css/,$(S_CSS)) -- cgit v1.2.3