diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2019-12-28 13:55:20 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-28 13:55:20 +0100 |
| commit | f6d66c0f6f1d8f1f583d9000ee0123450cce8130 (patch) | |
| tree | 74c5ca5d49c9b62508d9a68addfe45a409e9f39e /Makefile | |
| parent | a52a638ba88466c587fd8afa744434711b1e4822 (diff) | |
| parent | b91e07bbf156241f6236b7e26d389e10e37553a3 (diff) | |
Merge pull request #1776 from return42/makefile-doc
doc: describe Makefile targets & add reST primer
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -8,6 +8,9 @@ PYOBJECTS = searx DOC = docs PY_SETUP_EXTRAS ?= \[test\] +PYDIST=./dist/py +PYBUILD=./build/py + include utils/makefile.include include utils/makefile.python include utils/makefile.sphinx @@ -23,6 +26,7 @@ help: @echo ' install - developer install (./local)' @echo ' uninstall - uninstall (./local)' @echo ' gh-pages - build docs & deploy on gh-pages branch' + @echo ' clean - drop builds and environments' @echo '' @$(MAKE) -s -f utils/makefile.include make-help @echo '' |