Skip to content

Commit

Permalink
Build sphinx docs as part of 'doc' target.
Browse files Browse the repository at this point in the history
  • Loading branch information
jelmer committed Jul 28, 2015
1 parent 04d8ecd commit 6f78e69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ DESTDIR=/
all: build

doc:: pydoctor
doc:: sphinx

sphinx::
$(MAKE) -C docs html

pydoctor::
$(PYDOCTOR) --make-html -c dulwich.cfg
Expand Down

0 comments on commit 6f78e69

Please sign in to comment.