mirror of
https://github.com/searxng/searxng
synced 2024-01-01 19:24:07 +01:00
docs: document Makefile setup and 'buildenv' (aka brand)
Add documentation of the Makefile environment (aka brand, buildenv), introduced in PR #1900. Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
This commit is contained in:
parent
e73abd9d8a
commit
4e307edb2d
2 changed files with 18 additions and 21 deletions
2
Makefile
2
Makefile
|
|
@ -1,10 +1,12 @@
|
|||
# -*- coding: utf-8; mode: makefile-gmake -*-
|
||||
.DEFAULT_GOAL=help
|
||||
|
||||
# START Makefile setup
|
||||
export GIT_URL=https://github.com/asciimoo/searx
|
||||
export GIT_BRANCH=master
|
||||
export SEARX_URL=https://searx.me
|
||||
export DOCS_URL=https://asciimoo.github.io/searx
|
||||
# END Makefile setup
|
||||
|
||||
include utils/makefile.include
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue