Re: pgsql: meson: add install-{quiet, world} targets

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: pgsql: meson: add install-{quiet, world} targets
Дата
Msg-id ZB80pMTApGk+BcvT@telsasoft.com
обсуждение исходный текст
Ответ на pgsql: meson: add install-{quiet, world} targets  (Andres Freund <andres@anarazel.de>)
Ответы Re: pgsql: meson: add install-{quiet, world} targets  (Andres Freund <andres@anarazel.de>)
Список pgsql-committers
On Fri, Mar 24, 2023 at 04:30:52AM +0000, Andres Freund wrote:
> meson: add install-{quiet, world} targets

 if docs.length() == 0
   run_target('docs', command: [missing, 'xsltproc'])
 else
   alias_target('docs', docs)
+  alias_target('install-docs', installdocs)
 endif

This fails to handle installdocs.length() == 0



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Doc: fix another "contents...exceed the available area" PDF warn
Следующее
От: Andres Freund
Дата:
Сообщение: Re: pgsql: meson: add install-{quiet, world} targets