Skip to content

Commit aa31820

Browse files
committed
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
2 parents d8093fd + 1dca492 commit aa31820

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Documentation/technical/meson.build

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ foreach article : api_docs + articles
6060
command: asciidoc_html_options,
6161
input: article,
6262
output: fs.stem(article) + '.html',
63+
depends: documentation_deps,
6364
install: true,
6465
install_dir: get_option('datadir') / 'doc/git-doc/technical',
6566
)

0 commit comments

Comments
 (0)