summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-02-17 18:58:59 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2020-02-17 18:58:59 +0100
commit59e4026762a809fe2a5b5a5a949d7d671f4d989b (patch)
tree660bc56cd0297670546a55b6fbdf35dfb0b32994 /Makefile
parentde58f02f6b502f05a86df50e3e6fa77d0b666ec9 (diff)
downloadsearxng-59e4026762a809fe2a5b5a5a949d7d671f4d989b.tar.gz
searxng-59e4026762a809fe2a5b5a5a949d7d671f4d989b.zip
searx.sh: install settings at /etc/searx/settings.yml
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 0e1816eb5..6cc799f2e 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,11 @@ help:
@echo ' gh-pages - build docs & deploy on gh-pages branch'
@echo ' clean - drop builds and environments'
@echo ''
+ @echo 'environment'
+ @echo ' SEARX_URL = $(SEARX_URL)'
+ @echo ' GIT_URL = $(GIT_URL)'
+ @echo ' DOCS_URL = $(DOCS_URL)'
+ @echo ''
@$(MAKE) -s -f utils/makefile.include make-help
@echo ''
@$(MAKE) -s -f utils/makefile.python python-help