typo in doc generation makefile
Change-Id: I1eca853d05beb4968795cc272ef57f5791a1dc20
This commit is contained in:
parent
1cc2d4115e
commit
72a6864221
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ generate_tag: $(foreach m,$(gbuild_modules), $(BUILDDIR)/docs/$(m).tag)
|
|||
@echo "all tag generated"
|
||||
|
||||
generate_doc: $(foreach m,$(gbuild_modules), $(BUILDDIR)/docs/$(m).doc)
|
||||
@$(SRCDIR)/solenv/bin/mkdoc_portal.sh "$(SRCDIR)" "$(BUILDDIR)/docs"
|
||||
@$(SRCDIR)/solenv/bin/mkdocs_portal.sh "$(SRCDIR)" "$(BUILDDIR)/docs"
|
||||
@echo "Done."
|
||||
|
||||
init_doxygen:
|
||||
|
|
Loading…
Reference in a new issue