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

From: Justin Pryzby <pryzby(at)telsasoft(dot)com>
To: Andres Freund <andres(at)anarazel(dot)de>
Cc: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: meson: add install-{quiet, world} targets
Date: 2023-03-25 17:51:32
Message-ID: ZB80pMTApGk+BcvT@telsasoft.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-03-25 18:03:10 Re: pgsql: meson: add install-{quiet, world} targets
Previous Message Tom Lane 2023-03-25 17:23:07 pgsql: Doc: fix another "contents...exceed the available area" PDF warn