From c20d22c951e61a06701f6c2201add7c11915e7c5 Mon Sep 17 00:00:00 2001 From: Alex Merry Date: Thu, 10 Apr 2014 21:38:09 +0100 Subject: Add documentation generation using Sphinx This is deliberately modelled very closely on CMake's documentation system. It's a hefty patch, because it involved changing all the documentation to be in reStructuredText format. I also cleaned up the copyright/license statements at the same time. Note that the find modules contain the full license, due to the fact that ecm_use_find_module() copies them out of the ECM distribution. --- docs/manual/ecm-find-modules.7.rst | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 docs/manual/ecm-find-modules.7.rst (limited to 'docs/manual/ecm-find-modules.7.rst') diff --git a/docs/manual/ecm-find-modules.7.rst b/docs/manual/ecm-find-modules.7.rst new file mode 100644 index 00000000..4e3fc984 --- /dev/null +++ b/docs/manual/ecm-find-modules.7.rst @@ -0,0 +1,18 @@ +.. ecm-manual-description: ECM Find Modules Reference + +ecm-find-modules(7) +******************* + +.. only:: html or latex + + .. contents:: + +All Find Modules +================ + +.. toctree:: + :maxdepth: 1 + :glob: + + /find-module/* + -- cgit v1.2.1