From: Ian Jackson Date: Thu, 15 Apr 2021 14:21:17 +0000 (+0100) Subject: docs: Change doc-sphinx target name X-Git-Tag: otter-0.5.0~50 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=cdf2cf3927d2467d7e11484d4cf7bac2e0e65104;p=otter.git docs: Change doc-sphinx target name The old name was just too confusing and anomalous. Signed-off-by: Ian Jackson --- 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)/$<'