chiark / gitweb /
docs: Change doc-sphinx target name
authorIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Apr 2021 14:21:17 +0000 (15:21 +0100)
committerIan Jackson <ijackson@chiark.greenend.org.uk>
Thu, 15 Apr 2021 14:21:17 +0000 (15:21 +0100)
The old name was just too confusing and anomalous.

Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
Makefile

index 5c293117cdd7c32d2add2bdd66df5bf8a5a749e9..f4bf5d48f1a48613a9333143bf7bfe1da95cf942 100644 (file)
--- 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)/$<'