Merge branch 'sj/meson-doc-technical-dependency-fix'
The meson build procedure for Documentation/technical/ hierarchy was missing necessary dependencies, which has been corrected. * sj/meson-doc-technical-dependency-fix: meson: fix missing deps for technical articles
This commit is contained in:
@ -60,6 +60,7 @@ foreach article : api_docs + articles
|
|||||||
command: asciidoc_html_options,
|
command: asciidoc_html_options,
|
||||||
input: article,
|
input: article,
|
||||||
output: fs.stem(article) + '.html',
|
output: fs.stem(article) + '.html',
|
||||||
|
depends: documentation_deps,
|
||||||
install: true,
|
install: true,
|
||||||
install_dir: get_option('datadir') / 'doc/git-doc/technical',
|
install_dir: get_option('datadir') / 'doc/git-doc/technical',
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user