From 2a03ea30490892ac52b3da325ab78e1aa888f83e Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 10 May 2018 11:34:26 +0100 Subject: move html and text content handlers where they belong --- content/handlers/Makefile | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'content/handlers/Makefile') diff --git a/content/handlers/Makefile b/content/handlers/Makefile index 2f2da3aed..ea9d0c84d 100644 --- a/content/handlers/Makefile +++ b/content/handlers/Makefile @@ -13,4 +13,15 @@ include content/handlers/javascript/Makefile S_CONTENT += $(addprefix handlers/javascript/,$(S_JAVASCRIPT)) +# HTML content handler sources +include content/handlers/html/Makefile + +S_CONTENT += $(addprefix handlers/html/,$(S_HTML)) + +# Text content handler sources +include content/handlers/text/Makefile + +S_CONTENT += $(addprefix handlers/text/,$(S_TEXT)) + +# extend the include search path INCLUDE_DIRS += content/handlers -- cgit v1.2.3