meson/docs
Bruce Richardson 9a29496a9b clarify old behaviour of set_variable in documentation [skip ci]
Thanks to PR #3483, set_variable can be used to assign array values.
However, the fact that it cannot be used for arrays before 0.46.1 needs
a mention in the documentation, since otherwise users can get unexpected
dependencies on later meson versions.
2018-09-20 19:00:42 +03:00
..
markdown clarify old behaviour of set_variable in documentation [skip ci] 2018-09-20 19:00:42 +03:00
theme/extra hotdoc: Add documentation 2018-08-28 18:18:40 -03:00
README.md docs: Use meson to build documentation 2018-08-28 18:18:40 -03:00
meson.build Upgrade to newest hotdoc. [skip ci] 2018-09-13 21:22:30 +03:00
sitemap.txt hotdoc: Add documentation 2018-08-28 18:18:40 -03:00

README.md

Building the documentation

  1. Get hotdoc (0.8.9 required)

  2. Run hotdoc in the docs/ directory:

    ../meson/meson.py build/

Upload

We are using the git-upload hotdoc plugin which basically removes the html pages and replaces with the new content.

You can simply run:

ninja -C build/ upload