diff options
| author | Andres Freund <andres@anarazel.de> | 2023-11-20 17:46:40 -0800 |
|---|---|---|
| committer | Andres Freund <andres@anarazel.de> | 2023-11-20 17:46:40 -0800 |
| commit | 6614cfb43c8281feef5c4563ddc36ab04914014e (patch) | |
| tree | a642621a3b14cce1a13a236b001ad42d2a58c36e | |
| parent | 9e5b2a091fd0d672b7b2ff8afcfc9e9a6e9a5ac8 (diff) | |
meson: Add 'world' target
We have this for make as well.
Reviewed-by: Peter Eisentraut <peter@eisentraut.org>
Discussion: https://postgr.es/m/20231103163848.26egkh5qdgw3vmil@awork3.anarazel.de
| -rw-r--r-- | meson.build | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 286d7e42698..588788aad4d 100644 --- a/meson.build +++ b/meson.build @@ -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) |
