Fix generate apidoc

This commit is contained in:
John Zhao
2018-09-27 09:31:42 +08:00
parent 2ae3116f0d
commit 6435bf04a2
3 changed files with 8 additions and 5 deletions

View File

@@ -49,7 +49,8 @@ all: test samples tools
apidoc:
@$(call echo,Make $@)
@[ -e ./_install/include ] || $(MAKE) install
@# @[ -e ./_install/include ] || $(MAKE) install
@[ -e /usr/local/include/mynteye ] || $(MAKE) install
@$(SH) ./doc/build.sh
opendoc: apidoc