diff options
author | Alexander Neundorf <neundorf@kde.org> | 2008-02-19 19:33:43 (GMT) |
---|---|---|
committer | Alexander Neundorf <neundorf@kde.org> | 2008-02-19 19:33:43 (GMT) |
commit | 969ea3f4491a8c3408bf59744545674b3a647657 (patch) | |
tree | 69b48e1c71c000d6723f9047427b69e7c92ee916 /Source/CMakeLists.txt | |
parent | ee2a13b11f08efcde4ec3579763ae3236b278693 (diff) | |
download | CMake-969ea3f4491a8c3408bf59744545674b3a647657.zip CMake-969ea3f4491a8c3408bf59744545674b3a647657.tar.gz CMake-969ea3f4491a8c3408bf59744545674b3a647657.tar.bz2 |
ENH: add support for creating the documentation in docbook format
(http://www.oasis-open.org/docbook/xml/4.2/), which users can then convert
to other formats.
Tested with meinproc from KDE, which generates HTML pages which look good.
Alex
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index bef596e..20b2a3b 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -115,6 +115,7 @@ SET(SRCS cmDocumentation.cxx cmDocumentationFormatter.cxx cmDocumentationFormatterHTML.cxx + cmDocumentationFormatterDocbook.cxx cmDocumentationFormatterMan.cxx cmDocumentationFormatterText.cxx cmDocumentationFormatterUsage.cxx |