Make Sphinx Makefile more autotoolsy.

This commit is contained in:
Kyle Isom 2015-12-22 14:52:02 -08:00
parent ddd2ac558b
commit fcacc61697
1 changed files with 2 additions and 2 deletions

View File

@ -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