The Meson Build System http://mesonbuild.com
No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 
 
 
 
Dr. Vedran Miletić f8d957febf Added NumPy to users hace 7 horas
..
extensions Fix typos in docs hace 2 años
markdown Added NumPy to users hace 7 horas
refman Use SPDX-License-Identifier consistently hace 5 meses
theme/extra modules/wayland: Add unstable_wayland module hace 2 años
yaml interpreter: implement the `name()` method for `ExternalLibraryHolder` hace 3 días
.editorconfig editorconfig: Use tabs for sitemap.txt [skip ci] hace 6 años
README.md docs: mention additional python modules needed for building hace 12 meses
genrefman.py Use SPDX-License-Identifier consistently hace 5 meses
genrelnotes.py Use SPDX-License-Identifier consistently hace 5 meses
jsonvalidator.py Use SPDX-License-Identifier consistently hace 5 meses
meson.build docs: mention additional python modules needed for building hace 12 meses
meson_options.txt docs: add option to skip building HTML docs hace 12 meses
sitemap.txt Generate relnotes for 1.4.0. hace 1 mes

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