Make Sphinx Makefile more autotoolsy.
This commit is contained in:
parent
ddd2ac558b
commit
fcacc61697
|
@ -46,8 +46,8 @@ help:
|
||||||
@echo " linkcheck to check all external links for integrity"
|
@echo " linkcheck to check all external links for integrity"
|
||||||
@echo " doctest to run all doctests embedded in the documentation (if enabled)"
|
@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:
|
check:
|
||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
|
Loading…
Reference in New Issue