mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
docs: building (PDF) books / build user book
BTW: cleaned up Makefile target help Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
d2cfe9ce5b
commit
2d956696e9
5 changed files with 90 additions and 7 deletions
17
Makefile
17
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 -f utils/makefile.python python-help
|
||||
@$(MAKE) -e -s python-help
|
||||
@echo ''
|
||||
@$(MAKE) -e -s docs-help
|
||||
|
||||
PHONY += install
|
||||
install: pyenvinstall
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue