From fcacc6169765fae51c296929f515ceed534ff616 Mon Sep 17 00:00:00 2001 From: Kyle Isom Date: Tue, 22 Dec 2015 14:52:02 -0800 Subject: [PATCH] Make Sphinx Makefile more autotoolsy. --- doc/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile b/doc/Makefile index 45d1363..ffba406 100644 --- a/doc/Makefile +++ b/doc/Makefile @@ -46,8 +46,8 @@ help: @echo " linkcheck to check all external links for integrity" @echo " doctest to run all doctests embedded in the documentation (if enabled)" -all: html - +# The autotools Makefiles don't seem to do anything for docs in all or check. +all: check: distclean: clean