Explorar el Código

Build sphinx docs as part of 'doc' target.

Jelmer Vernooij hace 9 años
padre
commit
6f78e69da9
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  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