diff options
| author | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-29 15:09:34 +0200 |
|---|---|---|
| committer | Markus Heiser <markus.heiser@darmarit.de> | 2020-03-29 15:09:34 +0200 |
| commit | 7b4cf2eb489d8f6c95ccac5af180254b78e7c460 (patch) | |
| tree | d3b8f4fbd5f5bcc7b78be06aecacf739ffa9b1e4 /.config.mk | |
| parent | 65b22be1f4e6bb4f293f3d8cef0c4c7635528090 (diff) | |
tooling box: simplify build enviroments
- no more need for a .config.mk
- docs: use searx.brands environment
- searx.sh, filtron.sh & morty.sh are sourcing utils/brand.env
Signed-off-by: Markus Heiser <markus.heiser@darmarit.de>
Diffstat (limited to '.config.mk')
| -rw-r--r-- | .config.mk | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.config.mk b/.config.mk deleted file mode 100644 index e03d29056..000000000 --- a/.config.mk +++ /dev/null @@ -1,13 +0,0 @@ -# -*- coding: utf-8; mode: makefile-gmake -*- -# SPDX-License-Identifier: AGPL-3.0-or-later -# -# This environment is used by Makefile targets. If you not maintain your own -# searx brand, you normally not need to change the defaults (except SEARX_URL). -# Compare your settings here with file .config.sh used by the toolboxing in -# utils. - -export SEARX_URL:=$(or ${SEARX_URL},https://searx.me) - -export DOCS_URL:=$(or ${DOCS_URL},https://asciimoo.github.io/searx) -export GIT_URL:=$(or ${GIT_URL},https://github.com/asciimoo/searx) - |