1
0
Fork 0
The Meson Build System http://mesonbuild.com
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 
 
 
Tristan Partin 2d3954efac Add bztar support to meson dist vor 3 Tagen
..
extensions Fix typos in docs vor 2 Jahren
markdown Add bztar support to meson dist vor 3 Tagen
refman Use SPDX-License-Identifier consistently vor 4 Monaten
theme/extra modules/wayland: Add unstable_wayland module vor 2 Jahren
yaml Clarify mutable objects usage vor 4 Tagen
.editorconfig editorconfig: Use tabs for sitemap.txt [skip ci] vor 6 Jahren
README.md docs: mention additional python modules needed for building vor 12 Monaten
genrefman.py Use SPDX-License-Identifier consistently vor 4 Monaten
genrelnotes.py Use SPDX-License-Identifier consistently vor 4 Monaten
jsonvalidator.py Use SPDX-License-Identifier consistently vor 4 Monaten
meson.build docs: mention additional python modules needed for building vor 12 Monaten
meson_options.txt docs: add option to skip building HTML docs vor 12 Monaten
sitemap.txt Generate relnotes for 1.4.0. vor 1 Monat

README.md

Meson Documentation

Build dependencies

Meson uses itself and hotdoc for generating documentation.

Minimum required version of hotdoc is 0.8.9.

Instructions on how to install hotdoc are here.

Our custom hotdoc extensions require:

Building the documentation

From the Meson repository root dir:

$ cd docs/
$ meson setup built_docs/
$ ninja -C built_docs/

Now you should be able to open the documentation locally

built_docs/Meson documentation-doc/html/index.html

Upload

Meson uses the git-upload hotdoc plugin which basically removes the html pages and replaces with the new content.

You can simply run:

$ ninja -C built_docs/ upload