From f32d539f9b7b6f1016cb479cb415c83504277c8a Mon Sep 17 00:00:00 2001 From: Mathieu Virbel Date: Fri, 24 Jun 2011 15:56:24 +0200 Subject: [PATCH] makefile: add shortcut for making html doc --- Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Makefile b/Makefile index 79999eba7..0cff30e16 100644 --- a/Makefile +++ b/Makefile @@ -16,6 +16,9 @@ mesabuild: pdf: $(MAKE) -C doc latex && make -C doc/build/latex all-pdf +html: + $(MAKE) -C doc html + style: $(PYTHON) $(CHECKSCRIPT) $(KIVY_DIR)