build(makefile): add doc target
This commit is contained in:
parent
9dcf3acf2a
commit
3038aaace0
4
Makefile
4
Makefile
|
@ -62,6 +62,8 @@ all: init samples tools ros
|
|||
|
||||
# doc
|
||||
|
||||
doc: apidoc
|
||||
|
||||
apidoc: cleandoc
|
||||
@$(call echo,Make $@)
|
||||
@cd docs; make html
|
||||
|
@ -74,7 +76,7 @@ cleandoc:
|
|||
@$(call rm,./docs/_build/)
|
||||
@$(call rm,./docs/_doxygen/)
|
||||
|
||||
.PHONY: apidoc opendoc cleandoc
|
||||
.PHONY: doc apidoc opendoc cleandoc
|
||||
|
||||
# deps
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user