summaryrefslogtreecommitdiff
path: root/Documentation/technical/meson.build
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/technical/meson.build')
-rw-r--r--Documentation/technical/meson.build5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/technical/meson.build b/Documentation/technical/meson.build
index a13aafcfbb..be698ef22a 100644
--- a/Documentation/technical/meson.build
+++ b/Documentation/technical/meson.build
@@ -13,6 +13,7 @@ articles = [
'commit-graph.adoc',
'directory-rename-detection.adoc',
'hash-function-transition.adoc',
+ 'large-object-promisors.adoc',
'long-running-process-protocol.adoc',
'multi-pack-index.adoc',
'packfile-uri.adoc',
@@ -46,7 +47,7 @@ api_index = custom_target(
output: 'api-index.adoc',
)
-custom_target(
+doc_targets += custom_target(
command: asciidoc_html_options,
input: api_index,
output: 'api-index.html',
@@ -56,7 +57,7 @@ custom_target(
)
foreach article : api_docs + articles
- custom_target(
+ doc_targets += custom_target(
command: asciidoc_html_options,
input: article,
output: fs.stem(article) + '.html',