From e2c1b34dbbb0b7219405e0ba8ed3cba632a6457e Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Tue, 5 Mar 2013 13:05:00 +0100 Subject: [PATCH] Remove webdocs from docs No reason to build the website for RPMs/DEBs, adding dependency on Sphinx. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0d39dc1e37..73f1b2e5f2 100644 --- a/Makefile +++ b/Makefile @@ -62,7 +62,7 @@ tests: PYTHONPATH=./lib nosetests -d -v # To force a rebuild of the docs run 'touch VERSION && make docs' -docs: $(MANPAGES) modulepages webdocs +docs: $(MANPAGES) modulepages authors: sh hacking/authors.sh