diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-06 21:18:39 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-06 22:36:02 +0200 |
commit | 9a2aa0e7f21ef33345f6093ca17fab97a678d543 (patch) | |
tree | 2bc85f9909b49ea9aade7bd6001801fc75adb131 /README.cmake | |
parent | 7def24826c298df77e34fd17bb72c570a22b04bd (diff) |
CMake: Add initial support for documentation building
Build HTML docbook guides (untranslated) and manual pages
(including translations). Also install the examples in the
example subdirectory.
Translation of docbook guides has not been implemented yet,
but should be easy to do. The code also needs some cleanup
to automatically detect the available translations.
Diffstat (limited to 'README.cmake')
-rw-r--r-- | README.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/README.cmake b/README.cmake index d94a46f12..a993b2589 100644 --- a/README.cmake +++ b/README.cmake @@ -31,7 +31,6 @@ TODO The following features have not been implemented yet: - - documentation - Translated docbook guides - dselect translations - unit tests |