From ad54d44a6494f903925b5e5dad35ec111201bc8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 15 Mar 2022 13:51:58 +0100 Subject: [PATCH] misc: do not advertise theme (#58242) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 13d7c24..29ec1ca 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ prefix = /usr all: themes.json css themes.json: $(wildcard static/*/config.json) - python3 publik-base-theme/create_themes_json.py + echo "[]" > themes.json %.css: export LC_ALL=C.UTF-8 .SECONDEXPANSION: