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
full-check:
@echo 'Full tests passed.'
-doc: cargo-doc sphinx-doc
+doc: cargo-doc doc-sphinx
debug release:: %: stamp/cargo.% assets libraries extra-%
#---------- sphnix ----------
-sphinx-doc: docs/html/index.html
+doc-sphinx: docs/html/index.html
@echo 'Documentation can now be found here:'
@echo ' file://$(PWD)/$<'