Have "make coverage" recurse into contrib as well

This commit is contained in:
Alvaro Herrera 2016-09-05 18:44:36 -03:00
parent c54159d44c
commit 2093f66305
1 changed files with 2 additions and 2 deletions

View File

@ -39,9 +39,9 @@ install-world:
# build src/ before contrib/ # build src/ before contrib/
install-world-contrib-recurse: install-world-src-recurse install-world-contrib-recurse: install-world-src-recurse
$(call recurse,installdirs uninstall coverage init-po update-po,doc src config) $(call recurse,installdirs uninstall init-po update-po,doc src config)
$(call recurse,distprep,doc src config contrib) $(call recurse,distprep coverage,doc src config contrib)
# clean, distclean, etc should apply to contrib too, even though # clean, distclean, etc should apply to contrib too, even though
# it's not built by default # it's not built by default