From: Tomas Gavenciak Date: Fri, 10 Sep 2010 21:56:49 +0000 (+0200) Subject: Update makefile X-Git-Tag: python-dummy-working~27 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=204f84eafd2659dd82b06feb7d182d4a15a44237;p=eval.git Update makefile --- diff --git a/t/Makefile b/t/Makefile index 4b7eeb7..30a9eb1 100644 --- a/t/Makefile +++ b/t/Makefile @@ -1,7 +1,11 @@ -.PHONY: doc test +.PHONY: doc test install-docs doc: cd doc; make html +install-doc: doc + rsync -avz doc/_build/html/ gavento@ucw.cz:www/view/moe + + test: nosetests moe.config_test