summaryrefslogtreecommitdiff
path: root/HACKING.rst
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-15 18:42:34 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2016-11-15 18:42:34 +0900
commitc46c3736b0092430a162000798f427cc02d81e55 (patch)
tree856c2bffba4f969ba84f208444ebf6083b0b921e /HACKING.rst
parent20218b79c4e3b4073dcee1891dd4d7fb16680e4a (diff)
downloadbuildstream-c46c3736b0092430a162000798f427cc02d81e55.tar.gz
HACKING file fixup
Diffstat (limited to 'HACKING.rst')
-rw-r--r--HACKING.rst5
1 files changed, 4 insertions, 1 deletions
diff --git a/HACKING.rst b/HACKING.rst
index 4857e1e2c..fe4a1e5d0 100644
--- a/HACKING.rst
+++ b/HACKING.rst
@@ -87,7 +87,10 @@ Useful links:
Building Docs
~~~~~~~~~~~~~
-To build the current set of docs, enter the docs directory and type `make`
+To build the current set of docs, just::
+
+ cd doc
+ make
This will give you a build/html directory with the html docs.