makefile: add shortcut for making html doc

This commit is contained in:
Mathieu Virbel 2011-06-24 15:56:24 +02:00
parent e7d235eb19
commit f32d539f9b
1 changed files with 3 additions and 0 deletions

View File

@ -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)