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

From Andrew Dunstan
Subject Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-*
Date
Msg-id 564808d5-c9b8-a8e4-2a24-b789ef14ea27@dunslane.net
Whole thread Raw
In response to Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-*  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-committers


On 2023-11-23 Th 08:32, 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>



This is still broken.


cheers


andrew


--
Andrew Dunstan
EDB: https://www.enterprisedb.com

pgsql-committers by date:

Previous
From: Nathan Bossart
Date:
Subject: pgsql: Retire a few backwards compatibility macros.
Next
From: David Rowley
Date:
Subject: pgsql: Don't use bms_membership() in cases where we don't need to