diff options
author | Norbert Thiebaud <nthiebaud@gmail.com> | 2016-03-27 19:01:20 -0500 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2016-03-27 19:02:06 -0500 |
commit | 72a6864221db7aabbd352a2c8bf230ce56a2e89e (patch) | |
tree | 9eda17755b99bc150344de72d9adf44f0a188125 /solenv | |
parent | 1cc2d4115e7e36f01dde759209802e2ac2477117 (diff) |
typo in doc generation makefile
Change-Id: I1eca853d05beb4968795cc272ef57f5791a1dc20
Diffstat (limited to 'solenv')
-rw-r--r-- | solenv/bin/mkdocs.Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/mkdocs.Makefile b/solenv/bin/mkdocs.Makefile index 2a8368470011..731b79ab9a8b 100644 --- a/solenv/bin/mkdocs.Makefile +++ b/solenv/bin/mkdocs.Makefile @@ -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: |