From 7b4cf2eb489d8f6c95ccac5af180254b78e7c460 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sun, 29 Mar 2020 15:09:34 +0200 Subject: 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 --- .config.mk | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 .config.mk (limited to '.config.mk') 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) - -- cgit v1.2.3