aboutsummaryrefslogtreecommitdiff
path: root/docs/CMakeLists.txt
AgeCommit message (Collapse)Author
2021-05-17Fix doc build with Sphinx 4Antonio Rojas
2020-06-30Use more https in links (and update outdated urls)Friedrich W. H. Kossebau
GIT_SILENT
2020-06-14extra-cmake-modules: Convert to SPDX license statementsAndreas Cord-Landwehr
2019-01-09Use more https in linksFriedrich W. H. Kossebau
2016-08-31add full license textAllen Winter
REVIEW: 128780
2015-11-22Overhaul the ECM build system.Alex Merry
It should now be easier to read, and more featureful. Among other tweaks, we now print a summary of dependencies and build options, and the documentation is generated with more sensible breadcrumbs and builds properly with Sphinx 1.3. REVIEW: 126075
2014-04-11Be more verbose about searching for SphinxAlex Merry
2014-04-11Add documentation generation using SphinxAlex Merry
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.