meson/docs
Nirbheek Chauhan bead8287a5 Improve support for macOS dylib versioning
We now use the soversion to set compatibility_version and
current_version by default. This is the only sane thing we can do by
default because of the restrictions on the values that can be used for
compatibility and current version.

Users can override this value with the `darwin_versions:` kwarg, which
can be a single value or a two-element list of values. The first one
is the compatibility version and the second is the current version.

Fixes https://github.com/mesonbuild/meson/issues/3555
Fixes https://github.com/mesonbuild/meson/issues/1451
2018-08-29 15:51:23 -07:00
..
images docs: Expand section on how to install Python3 and Meson 2018-06-03 18:59:24 +00:00
markdown Improve support for macOS dylib versioning 2018-08-29 15:51:23 -07: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 docs: Use meson to build documentation 2018-08-28 18:18:40 -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