summaryrefslogtreecommitdiff
path: root/doc/source/index.rst
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2017-07-13 11:12:42 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2017-07-19 21:37:02 +0900
commit41de3419c3fe3852c973d58e4e2275337dfc31af (patch)
treecc26505e0e87f1651cab7c3b882d05455493844d /doc/source/index.rst
parent97629ec8e4d06434716d5df54645914f895d0c14 (diff)
downloadbuildstream-41de3419c3fe3852c973d58e4e2275337dfc31af.tar.gz
Add documentation links to dpkg_build and dpkg_deploy elements
Diffstat (limited to 'doc/source/index.rst')
-rw-r--r--doc/source/index.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst
index e91707fdb..2069aa36b 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -50,6 +50,7 @@ General Elements
* :mod:`compose <elements.compose>` - Compose the output of multiple elements
* :mod:`script <elements.script>` - Run scripts to create output
* :mod:`x86image <elements.x86image>` - Create x86 bootable disk images
+* :mod:`dpkg_deploy <elements.dpkg_deploy>` - Create debian packages
Build Elements
~~~~~~~~~~~~~~
@@ -62,6 +63,7 @@ Build Elements
* :mod:`makemaker <elements.makemaker>` - Perl MakeMaker Build Element
* :mod:`modulebuild <elements.modulebuild>` - Perl Module::Build Build Element
* :mod:`meson <elements.meson>` - Meson Build Element
+* :mod:`dpkg_build <elements.dpkg_build>` - Dpkg-based build element
Sources