Problem: make doc doesn't build the /contributing docs (#2293)

Solution: Make `make doc` build the docs in docs/contributing as well
This commit is contained in:
Troy McConaghy 2018-05-24 01:35:04 +02:00 committed by vrde
parent 208085e16b
commit dfa4b70f23

View File

@ -86,6 +86,7 @@ cov: check-deps ## Check code coverage and open the result in the browser
doc: check-deps ## Generate HTML documentation and open it in the browser
@$(DC) run --rm --no-deps bdocs make -C docs/root html
@$(DC) run --rm --no-deps bdocs make -C docs/server html
@$(DC) run --rm --no-deps bdocs make -C docs/contributing html
$(BROWSER) docs/root/build/html/index.html
doc-acceptance: check-deps ## Create documentation for acceptance tests