aboutsummaryrefslogtreecommitdiff
path: root/html/Makefile
diff options
context:
space:
mode:
authorFlorian Fischer <florian.fischer@muhq.space>2025-05-11 22:15:26 -0600
committerFlorian Fischer <florian.fischer@muhq.space>2025-05-18 20:35:04 -0600
commit976c593f4e4912dc6942a8059daebf4695432443 (patch)
treef013213a3a0d34bc6a92286994cfef2c0b4237e4 /html/Makefile
parent83e33a95e4d61d144343d5e9e45b3a6c453bd0af (diff)
downloadmuhqs-game-976c593f4e4912dc6942a8059daebf4695432443.tar.gz
muhqs-game-976c593f4e4912dc6942a8059daebf4695432443.zip
specify the language of the rules
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 5c462103..49678014 100644
--- a/html/Makefile
+++ b/html/Makefile
@@ -2,7 +2,7 @@ VERBOSE ?= @
SHELL := bash
HTML_TEMPLATE := template.html
-PANDOC_FLAGS := -f markdown --embed-resources --standalone --template=$(HTML_TEMPLATE)
+PANDOC_FLAGS := -f markdown --embed-resources --standalone --template=$(HTML_TEMPLATE) --metadata-file=pandoc/default-metadata.yml
# The full path to the Makefile
MAKEFILE_PATH := $(abspath $(lastword $(MAKEFILE_LIST)))