]> mj.ucw.cz Git - eval.git/commitdiff
Update makefile
authorTomas Gavenciak <gavento@ucw.cz>
Fri, 10 Sep 2010 21:56:49 +0000 (23:56 +0200)
committerTomas Gavenciak <gavento@ucw.cz>
Fri, 10 Sep 2010 21:56:49 +0000 (23:56 +0200)
t/Makefile

index 4b7eeb70de367e91116a7bb26498fea8aac18e7a..30a9eb1827d835e1453241e2cf4ffc30c312f37c 100644 (file)
@@ -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