From f136beba39638712e8471899aaf53372fa6dd460 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Tue, 11 Apr 2017 13:39:47 +0000 Subject: [PATCH] topdir.mk: Add htdocs and tmpl to standard directories Signed-off-by: Jan Lindemann --- make/topdir.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make/topdir.mk b/make/topdir.mk index dfaeaa63..4704686d 100644 --- a/make/topdir.mk +++ b/make/topdir.mk @@ -7,7 +7,7 @@ mrproper:distclean topdir.mrproper SUBDIRS ?= $(wildcard inst/pre make scripts contrib src libsrc \ tools include lib bin util plugins conf config cfg \ - images doc test inst/post) + images htdocs tmpl doc test inst/post) PROJECT_DESCR = $(TOPDIR)/make/project.conf GIT_DESCR = $(TOPDIR)/.git/description