Skip to content

Commit 6614cfb

Browse files
committed
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
1 parent 9e5b2a0 commit 6614cfb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

meson.build

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3331,6 +3331,8 @@ alias_target('bin', bin_targets + [libpq_st])
33313331
alias_target('pl', pl_targets)
33323332
alias_target('contrib', contrib_targets)
33333333
alias_target('testprep', testprep_targets)
3334+
3335+
alias_target('world', all_built, docs)
33343336
alias_target('install-world', install_quiet, installdocs)
33353337

33363338

0 commit comments

Comments
 (0)