meson: Add 'world' target
authorAndres Freund <[email protected]>
Tue, 21 Nov 2023 01:46:40 +0000 (17:46 -0800)
committerAndres Freund <[email protected]>
Tue, 21 Nov 2023 01:46:40 +0000 (17:46 -0800)
We have this for make as well.

Reviewed-by: Peter Eisentraut <[email protected]>
Discussion: https://postgr.es/m/20231103163848[email protected]

meson.build

index 286d7e42698ca57f774eeecd25ca33116deed006..588788aad4da2889e61aff6ec33895b85502bbc7 100644 (file)
@@ -3331,6 +3331,8 @@ alias_target('bin', bin_targets + [libpq_st])
 alias_target('pl', pl_targets)
 alias_target('contrib', contrib_targets)
 alias_target('testprep', testprep_targets)
+
+alias_target('world', all_built, docs)
 alias_target('install-world', install_quiet, installdocs)