summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMarkus Heiser <markus.heiser@darmarit.de>2020-03-21 18:45:38 +0100
committerMarkus Heiser <markus.heiser@darmarit.de>2020-03-21 18:45:38 +0100
commit2d956696e94e5639db6e12648442989919c48c22 (patch)
tree375f5931ab94e4cf2c342721073a134e8fdaf433 /Makefile
parentd2cfe9ce5bb409472f10590aa1ae069b2a971a49 (diff)
downloadsearxng-2d956696e94e5639db6e12648442989919c48c22.tar.gz
searxng-2d956696e94e5639db6e12648442989919c48c22.zip
docs: building (PDF) books / build user book
BTW: cleaned up Makefile target help Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile17
1 files changed, 13 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index d46c96a49..84f0ac24b 100644
--- a/Makefile
+++ b/Makefile
@@ -12,8 +12,13 @@ include utils/makefile.sphinx
all: clean install
-PHONY += help
-help:
+PHONY += help-min help-all help
+
+help: help-min
+ @echo ''
+ @echo 'to get more help: make help-all'
+
+help-min:
@echo ' test - run developer tests'
@echo ' docs - build documentation'
@echo ' docs-live - autobuild HTML documentation while editing'
@@ -29,9 +34,13 @@ help:
@echo ' GIT_URL = $(GIT_URL)'
@echo ' DOCS_URL = $(DOCS_URL)'
@echo ''
- @$(MAKE) -e -s -f utils/makefile.include make-help
+ @$(MAKE) -e -s make-help
+
+help-all: help-min
+ @echo ''
+ @$(MAKE) -e -s python-help
@echo ''
- @$(MAKE) -e -s -f utils/makefile.python python-help
+ @$(MAKE) -e -s docs-help
PHONY += install
install: pyenvinstall