summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2014-10-03 19:01:51 +0200
committerPeter Korsgaard <peter@korsgaard.com>2014-10-12 07:46:28 +0200
commit2dfe1b83951f2cb3daf16598ed5337d1e973bd29 (patch)
treeb2cee216481e780620b0cb609e2b19b439041325 /Makefile
parentd8618763223d40f6ef8cb8ecdd29602784e06cba (diff)
downloadbuildroot-2dfe1b83951f2cb3daf16598ed5337d1e973bd29.tar.gz
buildroot-2dfe1b83951f2cb3daf16598ed5337d1e973bd29.zip
docs: separate the GENDOC infra from our manual definition
Move the GENDOC infra to its own file, so it is even less tied to our manual document, so that it is more obvious that GENDOC is an infra like our packages infras, and 'manual' is a document like we have packages. Ideally, this new file should better go in docs/ rather than in package/ . However, docs/ is already full of our website stuff, so adding it in there would just serve to clutter the website. So, let's just put alongside the other infrastructures, in package/ . Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Cc: Samuel Martin <s.martin49@gmail.com> Cc: Thomas De Schampheleire <patrickdepinguin@gmail.com> Acked-by: Thomas De Schampheleire <thomas.de.schampheleire@gmail.com> Acked-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 525dd9c6f3..51c9e2869b 100644
--- a/Makefile
+++ b/Makefile
@@ -275,6 +275,7 @@ unexport DESTDIR
unexport RUBYOPT
include package/pkg-utils.mk
+include package/gendoc.mk
ifeq ($(BR2_HAVE_DOT_CONFIG),y)
OpenPOWER on IntegriCloud