mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
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:
parent
208085e16b
commit
dfa4b70f23
1
Makefile
1
Makefile
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user