aboutsummaryrefslogtreecommitdiff
path: root/html/Makefile
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2025-06-16 21:09:31 -0500
committerFlorian Fischer <florian.fischer@muhq.space>2025-08-20 15:57:20 +0200
commit96a4492e6706b9802aec9744db247395f1bf0cbd (patch)
tree12a656e600651f1d9ca55fa8d74b43244ca49fc8 /html/Makefile
parent06f7814237308d177eae1b3faba294197af9ae30 (diff)
downloadmuhqs-game-96a4492e6706b9802aec9744db247395f1bf0cbd.tar.gz
muhqs-game-96a4492e6706b9802aec9744db247395f1bf0cbd.zip
fix linkable rules and support nesting
Diffstat (limited to 'html/Makefile')
-rw-r--r--html/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/html/Makefile b/html/Makefile
index 40581aea..7657fb06 100644
--- a/html/Makefile
+++ b/html/Makefile
@@ -132,7 +132,7 @@ $(1)/%.html: %.md $(MAKEFILE_LIST) $(HTML_TEMPLATE) $(GENERATE_HOVER_LINKS)
endef
define generateRulesHtml
-$(1)/%.html: %.md $(MAKEFILE_LIST) $(HTML_TEMPLATE) $(GENERATE_HOVER_LINKS)
+$(1)/%.html: %.md $(MAKEFILE_LIST) $(HTML_TEMPLATE) $(GENERATE_HOVER_LINKS) $(PREPARE_RULES)
@echo "building $$@"
@if test \( ! \( -d $$(@D) \) \); then mkdir -p $$(@D);fi
$(VERBOSE) if [[ $$$$(cat $$< | wc -l) -gt 80 ]]; \