The Meson Build System http://mesonbuild.com
Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 
Wu, Zhenyu 0ed78cf6fa docs: fix a typo of path 21 години тому
..
extensions Fix typos in docs 2 роки тому
markdown docs: fix a typo of path 21 години тому
refman Use SPDX-License-Identifier consistently 4 місяці тому
theme/extra modules/wayland: Add unstable_wayland module 2 роки тому
yaml Clarify mutable objects usage 1 тиждень тому
.editorconfig editorconfig: Use tabs for sitemap.txt [skip ci] 6 роки тому
README.md docs: mention additional python modules needed for building 12 місяці тому
genrefman.py Use SPDX-License-Identifier consistently 4 місяці тому
genrelnotes.py Use SPDX-License-Identifier consistently 4 місяці тому
jsonvalidator.py Use SPDX-License-Identifier consistently 4 місяці тому
meson.build docs: mention additional python modules needed for building 12 місяці тому
meson_options.txt docs: add option to skip building HTML docs 12 місяці тому
sitemap.txt Generate relnotes for 1.4.0. 1 місяць тому

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