From cd26f3ea2f99b1f7243acfd6c6f76312973b3064 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Tue, 4 Apr 2023 05:02:01 +0200 Subject: [fix] ./manage: replace data.languages by data.traits Follow up of https://github.com/searxng/searxng/pull/2269 Related: - https://github.com/searxng/searxng/issues/2314 Signed-off-by: Markus Heiser --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 31b3787a8..005a4a057 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ test.shell: MANAGE += buildenv MANAGE += weblate.translations.commit weblate.push.translations -MANAGE += data.all data.languages data.useragents data.osm_keys_tags +MANAGE += data.all data.traits data.useragents MANAGE += docs.html docs.live docs.gh-pages docs.prebuild docs.clean MANAGE += docker.build docker.push docker.buildx MANAGE += gecko.driver -- cgit v1.2.3-54-g00ecf