[Libreoffice-commits] core.git: solenv/bin

Norbert Thiebaud nthiebaud at gmail.com
Mon Mar 28 00:02:38 UTC 2016


 solenv/bin/mkdocs.Makefile |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 72a6864221db7aabbd352a2c8bf230ce56a2e89e
Author: Norbert Thiebaud <nthiebaud at gmail.com>
Date:   Sun Mar 27 19:01:20 2016 -0500

    typo in doc generation makefile
    
    Change-Id: I1eca853d05beb4968795cc272ef57f5791a1dc20

diff --git a/solenv/bin/mkdocs.Makefile b/solenv/bin/mkdocs.Makefile
index 2a83684..731b79a 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:


More information about the Libreoffice-commits mailing list