Merge pull request #14044 from duglin/MakeDocs
Add back top-level "make docs"
This commit is contained in:
commit
7313a9ae9c
1 changed files with 3 additions and 0 deletions
3
Makefile
3
Makefile
|
@ -70,3 +70,6 @@ build: bundles
|
|||
|
||||
bundles:
|
||||
mkdir bundles
|
||||
|
||||
docs:
|
||||
$(MAKE) -C docs docs
|
||||
|
|
Loading…
Add table
Reference in a new issue