X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=Makefile;fp=Makefile;h=c972b0d40ae1547e629b361c8eac0ae34f3c142e;hb=7c9fa49a18b09c3480314d29564f517e88de201f;hp=852b339901c07d737748388f429298ebf14a46e9;hpb=8d0bab555db08731f419cabeba40a5f656122c4c;p=xnet diff --git a/Makefile b/Makefile index 852b339..c972b0d 100644 --- a/Makefile +++ b/Makefile @@ -21,3 +21,10 @@ test: resetdb: rm -f xnet/db.sqlite $(MANAGE_PY) syncdb --noinput + + +doc: + $(MAKE) -C doc html + + +.PHONY: default all run shell test resetdb doc