The Meson Build System http://mesonbuild.com
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 
Jouke Witteveen 8e9be88f69 docs: Add CMake build type release note snippet il y a 1 jour
..
extensions Fix typos in docs il y a 2 ans
markdown docs: Add CMake build type release note snippet il y a 1 jour
refman Use SPDX-License-Identifier consistently il y a 4 mois
theme/extra modules/wayland: Add unstable_wayland module il y a 2 ans
yaml interpreter: implement the `name()` method for `ExternalLibraryHolder` il y a 2 jours
.editorconfig editorconfig: Use tabs for sitemap.txt [skip ci] il y a 6 ans
README.md docs: mention additional python modules needed for building il y a 12 mois
genrefman.py Use SPDX-License-Identifier consistently il y a 4 mois
genrelnotes.py Use SPDX-License-Identifier consistently il y a 4 mois
jsonvalidator.py Use SPDX-License-Identifier consistently il y a 4 mois
meson.build docs: mention additional python modules needed for building il y a 12 mois
meson_options.txt docs: add option to skip building HTML docs il y a 12 mois
sitemap.txt Generate relnotes for 1.4.0. il y a 1 mois

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