summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2019-12-13 12:58:46 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2019-12-13 12:58:46 +0100
commit121f6964602d7717185df12c9ecd69387aad1d2d (patch)
treedc0fbc42b15baecbcd966876291ebe1a76e94257 /Makefile
parent04eeeb53a1215315d8027ac99978b560f45d5521 (diff)
Makefile: gh-pages: keep history of gh-branch intact (don't drop)
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 28b7c58ce..cf5e5e636 100644
--- a/Makefile
+++ b/Makefile
@@ -2,6 +2,7 @@
export GIT_URL=https://github.com/asciimoo/searx
export SEARX_URL=https://searx.me
+export DOCS_URL=https://asciimoo.github.io/searx/
PYOBJECTS = searx
DOC = docs
@@ -59,6 +60,8 @@ PHONY += docs-live
docs-live: pyenvinstall sphinx-live
$(call cmd,sphinx_autobuild,html,docs,docs)
+$(GH_PAGES)::
+ @echo "doc available at --> $(DOCS_URL)"
# test
# ----