From ce165ebaef5376528fbe7a2b21b3f140291b2727 Mon Sep 17 00:00:00 2001 From: Jan Lindemann Date: Mon, 28 Oct 2019 12:20:49 +0000 Subject: [PATCH] doc/Makefile: Add directory doc/licenses This directory is meant as a store for license text files, notably for use with Yocto. Signed-off-by: Jan Lindemann --- doc/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/Makefile b/doc/Makefile index e9b46017..30afa2e2 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -1,4 +1,6 @@ TOPDIR = .. +SUBDIRS = licenses + include $(TOPDIR)/make/proj.mk -include $(JWBDIR)/make/cleandirs.mk +include $(JWBDIR)/make/dirs.mk