the repository which powers this website
Explicitly specify cgit emitter for htmlcc
RunasSudo 9 months ago
parent 90b658f · commit b851c7b
-rw-r--r--cgit.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/cgit.mk b/cgit.mk
index ff1c6ef7..8817ae75 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 $@