Browse Source

Build sphinx docs as part of 'doc' target.

Jelmer Vernooij 9 years ago
parent
commit
6f78e69da9
1 changed files with 4 additions and 0 deletions
  1. 4 0
      Makefile

+ 4 - 0
Makefile

@@ -15,6 +15,10 @@ DESTDIR=/
 all: build
 
 doc:: pydoctor
+doc:: sphinx
+
+sphinx::
+	$(MAKE) -C docs html
 
 pydoctor::
 	$(PYDOCTOR) --make-html -c dulwich.cfg