Skip to content
Snippets Groups Projects
Commit 2093f663 authored by Alvaro Herrera's avatar Alvaro Herrera
Browse files

Have "make coverage" recurse into contrib as well

parent c54159d4
No related branches found
No related tags found
No related merge requests found
...@@ -39,9 +39,9 @@ install-world: ...@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment