From b851c7b2691d704609c2c295ec4ada132af15578 Mon Sep 17 00:00:00 2001 From: RunasSudo Date: Thu, 15 May 2025 17:07:43 +1000 Subject: [PATCH] Explicitly specify cgit emitter for htmlcc --- cgit.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cgit.mk b/cgit.mk index ff1c6ef..8817ae7 100644 --- a/cgit.mk +++ b/cgit.mk @@ -139,7 +139,7 @@ $(CGIT_PREFIX)themed/.depend: @mkdir -p $@ $(CGIT_PREFIX)themed/themed.c: $(CGIT_THEMED_INPUTS) - cd $(CGIT_PREFIX)themed; python -m htmlcc $^ > $@ + cd $(CGIT_PREFIX)themed; python -m htmlcc --emitter cgit $^ > $@ $(CGIT_PREFIX)themed/themed.css: $(CGIT_PREFIX)themed/themed.in.css $(CGIT_THEMED_INPUTS) cd $(CGIT_PREFIX)themed; tailwindcss -i $< -o $@