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
|
||||||
|
|
||||||
|
doc: apidoc
|
||||||
|
|
||||||
apidoc: cleandoc
|
apidoc: cleandoc
|
||||||
@$(call echo,Make $@)
|
@$(call echo,Make $@)
|
||||||
@cd docs; make html
|
@cd docs; make html
|
||||||
|
@ -74,7 +76,7 @@ cleandoc:
|
||||||
@$(call rm,./docs/_build/)
|
@$(call rm,./docs/_build/)
|
||||||
@$(call rm,./docs/_doxygen/)
|
@$(call rm,./docs/_doxygen/)
|
||||||
|
|
||||||
.PHONY: apidoc opendoc cleandoc
|
.PHONY: doc apidoc opendoc cleandoc
|
||||||
|
|
||||||
# deps
|
# deps
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user