From 40f0eae1be25aec792638cfe48145c79de8bb8de Mon Sep 17 00:00:00 2001 From: Andres Freund Date: Fri, 17 Nov 2023 10:29:32 -0800 Subject: [PATCH v3 3/5] meson: Add 'world' target We have this for make as well. Author: Reviewed-by: Discussion: https://postgr.es/m/ Backpatch: --- meson.build | 2 ++ 1 file changed, 2 insertions(+) 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) -- 2.38.0