Skip to content

Commit 1dca492

Browse files
thesamesamgitster
authored andcommitted
meson: fix missing deps for technical articles
We need an explicit `depends: documentation_deps` so that all of our Documentation targets know they require asciidoc.conf. This shows up as parallel build failures with it not yet being available. Other targets look OK already. Signed-off-by: Sam James <[email protected]> Acked-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 5419445 commit 1dca492

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)