From 75d99912c000f77b232e9f21e19c5dc252957e0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Tue, 15 Mar 2022 09:52:38 +0100 Subject: [PATCH] misc: do not advertise theme (#62410) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d4b170f..271bf72 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 --overlay rouen + echo "[]" > themes.json %.css: export LC_ALL=C.UTF-8 .SECONDEXPANSION: