1
0
Fork 0
The Meson Build System http://mesonbuild.com
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 
John Ericson be62df7fc7 Add a few more notes to the style guide 2 horas atrás
..
extensions Fix typos in docs 2 anos atrás
markdown Add a few more notes to the style guide 2 horas atrás
refman Use SPDX-License-Identifier consistently 4 meses atrás
theme/extra modules/wayland: Add unstable_wayland module 2 anos atrás
yaml Clarify mutable objects usage 1 semana atrás
.editorconfig editorconfig: Use tabs for sitemap.txt [skip ci] 6 anos atrás
README.md docs: mention additional python modules needed for building 12 meses atrás
genrefman.py Use SPDX-License-Identifier consistently 4 meses atrás
genrelnotes.py Use SPDX-License-Identifier consistently 4 meses atrás
jsonvalidator.py Use SPDX-License-Identifier consistently 4 meses atrás
meson.build docs: mention additional python modules needed for building 12 meses atrás
meson_options.txt docs: add option to skip building HTML docs 12 meses atrás
sitemap.txt Generate relnotes for 1.4.0. 1 mês atrás

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