public inbox for [email protected]
help / color / mirror / Atom feedFrom: Peter Eisentraut <[email protected]>
To: pgsql-hackers <[email protected]>
Subject: meson html:alias vs. html:custom
Date: Tue, 14 Apr 2026 10:08:22 +0200
Message-ID: <[email protected]> (raw)
When I run
meson compile -C build html
I get this error message:
INFO: autodetecting backend as ninja
ERROR: Can't invoke target `html`: ambiguous name. Add target type
and/or path:
- ./doc/src/sgml/html:custom
- ./doc/src/sgml/html:alias
If I follow that advice and run meson compile -C build html:alias or
html:custom, then it works.
The setup in doc/src/sgml/meson.build is
html = custom_target('html', ...)
alias_target('html', html)
If I remove the alias_target, then my original command works. What is
the purpose of this alias?
(The equivalent problem exists for "man".)
view thread (5+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: meson html:alias vs. html:custom
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox