]> mj.ucw.cz Git - moe.git/blob - t/Makefile
Minor pretty-printing
[moe.git] / t / Makefile
1 .PHONY: doc test install-docs
2
3 doc:
4         cd doc; make html
5
6 install-doc: doc
7         rsync -avz doc/_build/html/ gavento@ucw.cz:www/view/moe
8         
9
10 test:
11         nosetests moe.config_test