diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-06 14:50:54 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-06-06 14:50:54 -0400 |
commit | b36db25823302ad8b914d9098ee697c8648de086 (patch) | |
tree | 7a7b09249704072679d5111353955ece1b4f1cd4 /doc | |
parent | 5dc8ab983def6bdc1ab1f447a9fec8b675aa7310 (diff) | |
download | buildstream-b36db25823302ad8b914d9098ee697c8648de086.tar.gz |
doc/source/authoring.rst: Adding `make` element to the docs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/authoring.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/source/authoring.rst b/doc/source/authoring.rst index 0ce1d9930..90866c6e6 100644 --- a/doc/source/authoring.rst +++ b/doc/source/authoring.rst @@ -48,6 +48,7 @@ Build elements '''''''''''''' * :mod:`manual <elements.manual>` - Manual Build Element +* :mod:`make <elements.make>` - Make Build Element * :mod:`autotools <elements.autotools>` - Autotools Build Element * :mod:`cmake <elements.cmake>` - CMake Build Element * :mod:`qmake <elements.qmake>` - QMake Build Element |