From bf01067a8a73b1a69301c99adbfa76ca836cedb7 Mon Sep 17 00:00:00 2001 From: Petri Lehtinen Date: Tue, 3 Nov 2009 23:07:43 +0200 Subject: Build documentation in make html target To keep the distchecks for the documentation, the documentation has to be built in the check target instead of distcheck-hook. While at it, rename doc/.build to doc/_build. This naming is the default with sphinx 0.6.2. --- Makefile.am | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index e64f397..185eaab 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,4 @@ EXTRA_DIST = CHANGES LICENSE README.rst SUBDIRS = doc src test -distcheck-hook: - sphinx-build -b html -W \ - $(distdir)/doc \ - $(distdir)/_build/doc/.build/html +check-local: html -- cgit v1.1