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

From Justin Pryzby
Subject Re: pgsql: meson: add install-{quiet, world} targets
Date
Msg-id ZB80pMTApGk+BcvT@telsasoft.com
Whole thread Raw
In response to pgsql: meson: add install-{quiet, world} targets  (Andres Freund <andres@anarazel.de>)
Responses Re: pgsql: meson: add install-{quiet, world} targets  (Andres Freund <andres@anarazel.de>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Doc: fix another "contents...exceed the available area" PDF warn
Next
From: Andres Freund
Date:
Subject: Re: pgsql: meson: add install-{quiet, world} targets