diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-12-29 14:58:20 -0500 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2016-12-31 17:39:09 -0500 |
commit | 2c0e6597762d2c09f2acf49ad2448e59b84f5a59 (patch) | |
tree | d10b0ed9e7440ae29bbbdb4cd033c029939217f9 /doc | |
parent | 5c1c54d3c246a1554be3dddd269e5af019467d24 (diff) | |
download | buildstream-2c0e6597762d2c09f2acf49ad2448e59b84f5a59.tar.gz |
Adding Perl MakeMaker build element
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/index.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index 72459c399..e3353df4a 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -54,7 +54,8 @@ Elements * :mod:`autotools` - Autotools Build Element * :mod:`cmake` - CMake Build Element * :mod:`qmake` - QMake Build Element -* :mod:`distutils` - Python Distutils Element +* :mod:`distutils` - Python Distutils Build Element +* :mod:`makemaker` - Perl MakeMaker Build Element Sources ~~~~~~~ |