X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=makefile;fp=makefile;h=83b8d8ff1c30ed575fbd91d0db8e877da402f89f;hb=dbcfee285e81ed897e6a5e9f14a89061a0ccaba2;hp=63192024af65d6e4c544ec3f5d3e64281a022497;hpb=86e1ce2d41892fd451a492fd93daad5055f798a3;p=dunshire.git diff --git a/makefile b/makefile index 6319202..83b8d8f 100644 --- a/makefile +++ b/makefile @@ -2,7 +2,7 @@ SRCDIR := src/dunshire SRCS := $(SRCDIR)/*.py doc: $(SRCS) doc/source/conf.py doc/makefile - sphinx-apidoc -o doc/source $(SRCDIR) + sphinx-apidoc -f -o doc/source $(SRCDIR) cd doc && $(MAKE) html .PHONY: check