summaryrefslogtreecommitdiff
path: root/doc/Makefile
diff options
context:
space:
mode:
authorJames Ennis <james.ennis@codethink.co.uk>2019-09-12 15:48:44 +0100
committerbst-marge-bot <marge-bot@buildstream.build>2019-09-13 16:17:36 +0000
commit2b54ff7db5628b3074871136a651c3a2a6862b1e (patch)
tree08e4a6a49a2b63bdcbc96c6afe6d16957781f759 /doc/Makefile
parent999650252df1813134da9f8ef2851fbfca25b3d0 (diff)
downloadbuildstream-2b54ff7db5628b3074871136a651c3a2a6862b1e.tar.gz
CONTRIBUTING.rst: Split up CONTRIBUTING into smaller files
Our contributing has got way too big. This patch aims to split it up into sensible files. These are found in "Further information". Closes #1116
Diffstat (limited to 'doc/Makefile')
-rw-r--r--doc/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/Makefile b/doc/Makefile
index f4e8b20b9..e837c8167 100644
--- a/doc/Makefile
+++ b/doc/Makefile
@@ -149,7 +149,8 @@ html devhelp: templates sessions badges
$(wildcard source/examples/*.rst) \
$(wildcard source/elements/*.rst) \
$(wildcard source/sources/*.rst) \
- $(wildcard source/developing/*.rst)
+ $(wildcard source/developing/*.rst) \
+ $(wildcard source/hacking/*.rst)
@echo
@echo "Build of $@ finished, output: $(CURDIR)/$(BUILDDIR)/$@"
# Makefile for Sphinx documentation