aboutsummaryrefslogtreecommitdiff
path: root/docs/manual/ecm-toolchains.7.rst
diff options
context:
space:
mode:
authorAlex Merry <alex.merry@kde.org>2015-02-06 12:31:05 +0000
committerAlex Merry <alex.merry@kde.org>2015-02-06 12:31:05 +0000
commit98a1ac4bf153581865662bd55fd139844d2de5cd (patch)
tree7de7b8d9f3de0cc7516e922dfa087f845c0b375b /docs/manual/ecm-toolchains.7.rst
parentce678b32de12e6bb3c2b470111a3fcbadcca3a38 (diff)
downloadextra-cmake-modules-98a1ac4bf153581865662bd55fd139844d2de5cd.tar.gz
extra-cmake-modules-98a1ac4bf153581865662bd55fd139844d2de5cd.tar.bz2
Add Android toolchain module to the documentation.
Diffstat (limited to 'docs/manual/ecm-toolchains.7.rst')
-rw-r--r--docs/manual/ecm-toolchains.7.rst33
1 files changed, 33 insertions, 0 deletions
diff --git a/docs/manual/ecm-toolchains.7.rst b/docs/manual/ecm-toolchains.7.rst
new file mode 100644
index 00000000..66f685e2
--- /dev/null
+++ b/docs/manual/ecm-toolchains.7.rst
@@ -0,0 +1,33 @@
+.. ecm-manual-description: ECM Toolchains Reference
+
+ecm-toolchains(7)
+*****************
+
+.. only:: html or latex
+
+ .. contents::
+
+Introduction
+============
+
+Extra CMake Modules (ECM) provides some toolchain modules. Unlike normal
+modules, these are not included directly in projects, but specified with
+the ``CMAKE_TOOLCHAIN_FILE`` cache variable on the commandline.
+
+
+All Modules
+===========
+
+.. toctree::
+ :maxdepth: 1
+ :glob:
+
+ /toolchain/*
+
+.. only:: man
+
+ See Also
+ ========
+
+ :manual:`ecm(7)`
+