From cdf2cf3927d2467d7e11484d4cf7bac2e0e65104 Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Thu, 15 Apr 2021 15:21:17 +0100 Subject: [PATCH] docs: Change doc-sphinx target name The old name was just too confusing and anomalous. Signed-off-by: Ian Jackson --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 5c293117..f4bf5d48 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,7 @@ src=. default: all check all: debug -full-check: all check cargo-syntaxcheck-release shapelib sphinx-doc +full-check: all check cargo-syntaxcheck-release shapelib doc-sphinx full-check: for-deploy release everything: debug doc release check bundled-sources @@ -143,7 +143,7 @@ full-check: stamp/cargo.release-miri stamp/cargo.debug-miri full-check: @echo 'Full tests passed.' -doc: cargo-doc sphinx-doc +doc: cargo-doc doc-sphinx debug release:: %: stamp/cargo.% assets libraries extra-% @@ -225,7 +225,7 @@ stamp/cargo.deploy-build: $(call rsrcs,.) #---------- sphnix ---------- -sphinx-doc: docs/html/index.html +doc-sphinx: docs/html/index.html @echo 'Documentation can now be found here:' @echo ' file://$(PWD)/$<' -- 2.30.2