Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-* - Mailing list pgsql-committers

From Andres Freund
Subject Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-*
Date
Msg-id 20231129022843.6vfvgxjqpbgb62p5@awork3.anarazel.de
Whole thread Raw
In response to Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-*  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-*
List pgsql-committers
Hi,

On 2023-11-23 08:32:21 -0500, Andrew Dunstan wrote:
> On 2023-11-20 Mo 20:53, Andres Freund wrote:
> > meson: docs: Add {html,man} targets, rename install-doc-*
> >
> > We have toplevel html, man targets in the autoconf build as well. It'd be odd
> > to have an 'html' target but have the install target be 'install-doc-html',
> > thus rename the install targets to match.
>
>
> This commit of one of its nearby friends appears to have broken crake's docs
> build:
>
> ERROR: Can't invoke target `html`: ambiguous name.Add target type and/or path:
> - ./doc/src/sgml/html:custom
> - ./doc/src/sgml/html:alias
>
> See<https://buildfarm.postgresql.org/cgi-bin/show_log.pl?nm=crake&dt=2023-11-23%2012%3A52%3A04>

Ah, I realize now that this is from meson compile html, not 'ninja html'. That
explains why I couldn't reproduce this initially and why CI didn't complain.
I don't really understand why meson compile complains in this case.  I assume
you don't want to disambiguate as suggested, by building html:alias instead?

Greetings,

Andres Freund



pgsql-committers by date:

Previous
From: Alexander Korotkov
Date:
Subject: pgsql: Make use FullTransactionId in 2PC filenames
Next
From: Thomas Munro
Date:
Subject: pgsql: Optimize pg_readv/pg_pwritev single vector case.