File | Date | Author | Commit |
---|---|---|---|
CMakeLists.txt | 2024-12-12 |
![]() |
[81b3d2] Fix installation of doc files. |
Doxyfile.in | 2020-03-21 |
![]() |
[96016f] Upgrade Doxyfile.in to newer Doxygen version. |
README | 2020-12-30 |
![]() |
[e53957] HTML manual is now built by cmake, no need to m... |
build.html | 2020-03-19 |
![]() |
[08a6ee] Add quick build status overview page. |
index.html | 2021-03-20 |
![]() |
[797329] Fixed typos. |
manual.xml | 2021-01-01 |
![]() |
[acf907] Cleaup manual.xml for 1.4 release candidate. |
style.css | 2011-01-03 |
![]() |
[66846b] tweaked style so it doesn't blink |
upload.sh | 2021-01-05 |
![]() |
[a5e41a] Upload docs for 1.4 to both 1.4 and root. |
To generate the manual from the docbook xml you need and xslt processor and an xsl file that defines the output. For example: xsltproc --stringparam html.stylesheet style.css /usr/share/xml/docbook/stylesheet/docbook-xsl/html/docbook.xsl manual.xml > manual.html The manual.html is build automatically by cmake.