X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;h=511f2cc0fa17b948aeaca578c3331ad18c5b5502;hb=b29d7c33db5a796778ae477329306e4f4531725a;hp=b8a02711b3b0a9f63c0deacb8bc8ad7700e80e6f;hpb=82e5057f3954a56df76d7e52101f86f3758d3bb3;p=dunshire.git diff --git a/makefile b/makefile index b8a0271..511f2cc 100644 --- a/makefile +++ b/makefile @@ -6,6 +6,10 @@ doc: $(SRCS) doc/source/conf.py doc/makefile sphinx-apidoc -f -o doc/source $(SRCDIR) cd doc && $(MAKE) html +.PHONY: doctest +doctest: + cd doc && $(MAKE) doctest + .PHONY: check check: python test/suite.py