summaryrefslogtreecommitdiffstats
path: root/solenv
diff options
context:
space:
mode:
authorNorbert Thiebaud <nthiebaud@gmail.com>2016-03-27 19:01:20 -0500
committerNorbert Thiebaud <nthiebaud@gmail.com>2016-03-27 19:02:06 -0500
commit72a6864221db7aabbd352a2c8bf230ce56a2e89e (patch)
tree9eda17755b99bc150344de72d9adf44f0a188125 /solenv
parenttdf#98893 Remove expensive calls to GetCellType + GetValue/... in calc (diff)
downloadcore-72a6864221db7aabbd352a2c8bf230ce56a2e89e.tar.gz
core-72a6864221db7aabbd352a2c8bf230ce56a2e89e.zip
typo in doc generation makefile
Change-Id: I1eca853d05beb4968795cc272ef57f5791a1dc20
Diffstat (limited to 'solenv')
-rw-r--r--solenv/bin/mkdocs.Makefile2
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: