mirror of
https://gitlab.gnome.org/jwestman/blueprint-compiler.git
synced 2025-05-04 15:59:08 -04:00
docs: Add examples
This commit is contained in:
parent
f2f6bcc198
commit
55e08e4f52
6 changed files with 325 additions and 0 deletions
11
docs/meson.build
Normal file
11
docs/meson.build
Normal file
|
@ -0,0 +1,11 @@
|
|||
if get_option('docs')
|
||||
|
||||
sphinx = find_program(['sphinx-build-3', 'sphinx-build'], required: true)
|
||||
|
||||
custom_target('docs',
|
||||
command: [sphinx, '-b', 'html', '-c', meson.current_source_dir(), meson.current_source_dir(), '@OUTPUT@'],
|
||||
output: 'en',
|
||||
build_by_default: true
|
||||
)
|
||||
|
||||
endif
|
Loading…
Add table
Add a link
Reference in a new issue