* [PATCH v3] meson: fix missing deps for technical articles
@ 2025-01-14 14:47 Sam James
2025-01-14 15:01 ` Patrick Steinhardt
0 siblings, 1 reply; 4+ messages in thread
From: Sam James @ 2025-01-14 14:47 UTC (permalink / raw)
To: git; +Cc: Patrick Steinhardt, Eli Schwartz, Sam James
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 <sam@gentoo.org>
---
v3: Fixed commit message.
v2: Drop incorrect dep I'd added for api-index.sh as pointed out by Patrick.
Documentation/technical/meson.build | 1 +
1 file changed, 1 insertion(+)
diff --git a/Documentation/technical/meson.build b/Documentation/technical/meson.build
index 21dfb8b5c9..3a65ee59b3 100644
--- a/Documentation/technical/meson.build
+++ b/Documentation/technical/meson.build
@@ -60,6 +60,7 @@ foreach article : api_docs + articles
command: asciidoc_html_options,
input: article,
output: fs.stem(article) + '.html',
+ depends: documentation_deps,
install: true,
install_dir: get_option('datadir') / 'doc/git-doc/technical',
)
--
2.48.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH v3] meson: fix missing deps for technical articles
2025-01-14 14:47 [PATCH v3] meson: fix missing deps for technical articles Sam James
@ 2025-01-14 15:01 ` Patrick Steinhardt
2025-01-14 15:09 ` Sam James
0 siblings, 1 reply; 4+ messages in thread
From: Patrick Steinhardt @ 2025-01-14 15:01 UTC (permalink / raw)
To: Sam James; +Cc: git, Eli Schwartz
On Tue, Jan 14, 2025 at 02:47:10PM +0000, Sam James wrote:
> 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 <sam@gentoo.org>
> ---
> v3: Fixed commit message.
> v2: Drop incorrect dep I'd added for api-index.sh as pointed out by Patrick.
Thanks, this version looks good to me.
Patrick
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v3] meson: fix missing deps for technical articles
2025-01-14 15:01 ` Patrick Steinhardt
@ 2025-01-14 15:09 ` Sam James
2025-01-14 19:16 ` Junio C Hamano
0 siblings, 1 reply; 4+ messages in thread
From: Sam James @ 2025-01-14 15:09 UTC (permalink / raw)
To: Patrick Steinhardt; +Cc: git, Eli Schwartz
Patrick Steinhardt <ps@pks.im> writes:
> On Tue, Jan 14, 2025 at 02:47:10PM +0000, Sam James wrote:
>> 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 <sam@gentoo.org>
>> ---
>> v3: Fixed commit message.
>> v2: Drop incorrect dep I'd added for api-index.sh as pointed out by Patrick.
>
> Thanks, this version looks good to me.
Thanks, and sorry for the (obvious) errors.
>
> Patrick
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH v3] meson: fix missing deps for technical articles
2025-01-14 15:09 ` Sam James
@ 2025-01-14 19:16 ` Junio C Hamano
0 siblings, 0 replies; 4+ messages in thread
From: Junio C Hamano @ 2025-01-14 19:16 UTC (permalink / raw)
To: Sam James; +Cc: Patrick Steinhardt, git, Eli Schwartz
Sam James <sam@gentoo.org> writes:
> Patrick Steinhardt <ps@pks.im> writes:
>
>> On Tue, Jan 14, 2025 at 02:47:10PM +0000, Sam James wrote:
>>> 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 <sam@gentoo.org>
>>> ---
>>> v3: Fixed commit message.
>>> v2: Drop incorrect dep I'd added for api-index.sh as pointed out by Patrick.
>>
>> Thanks, this version looks good to me.
>
> Thanks, and sorry for the (obvious) errors.
Thanks, both of you, to working well together and quickly.
Will queue.
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-01-14 19:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-14 14:47 [PATCH v3] meson: fix missing deps for technical articles Sam James
2025-01-14 15:01 ` Patrick Steinhardt
2025-01-14 15:09 ` Sam James
2025-01-14 19:16 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).