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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-*
Дата
Msg-id 0bc75483-2f4a-982b-2146-ce6bb0f03769@dunslane.net
обсуждение исходный текст
Ответ на Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-*  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-*  (Andres Freund <andres@anarazel.de>)
Список pgsql-committers
On 2023-11-29 We 08:49, Tom Lane wrote:
> Andrew Dunstan <andrew@dunslane.net> writes:
>> On 2023-11-28 Tu 21:28, Andres Freund wrote:
>>> 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?
>> I've done that as a temporary fix to get crake out of the hole, but it's
>> pretty ugly, and I don't want to do it in a release if at all possible.
> Our documentation says specifically that "ninja html" will build the
> HTML format.  I would expect that to work by analogy with the "make"
> target; having to spell it differently seems like clearly a bug.
>
>             


"ninja html" does in fact work. What's not working is "meson compile 
html". And it looks like the reason I used that in the buildfarm code is 
that ninja doesn't know about other targets like "postgres-US.pdf". Up 
to now "meson compile postgres-US.pdf html" has worked.

FWIW, the buildfarm code doesn't use ninja explicitly anywhere else.


cheers


andrew


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




В списке pgsql-committers по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Read include/exclude commands for dump/restore from file
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: meson: docs: Add {html,man} targets, rename install-doc-*