diff options
author | Jonathan Maw <jonathan.maw@codethink.co.uk> | 2017-07-13 11:12:42 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2017-07-19 21:37:02 +0900 |
commit | 41de3419c3fe3852c973d58e4e2275337dfc31af (patch) | |
tree | cc26505e0e87f1651cab7c3b882d05455493844d /doc/source/index.rst | |
parent | 97629ec8e4d06434716d5df54645914f895d0c14 (diff) | |
download | buildstream-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.rst | 2 |
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 |