We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51cad2a commit d79c996Copy full SHA for d79c996
src/doc/meson.build
@@ -35,7 +35,7 @@ doc_bootstrap = custom_target(
35
# doc_src is not really a dependency of the bootstrap, but we want to make sure
36
# that all the source files are present before running the actual doc build
37
# so let's collect all source-related targets here.
38
- depends: doc_src
+ depends: doc_src,
39
)
40
41
references = run_command(
0 commit comments