diff options
| author | Florian Fischer <florian.fischer@muhq.space> | 2025-05-11 22:15:26 -0600 |
|---|---|---|
| committer | Florian Fischer <florian.fischer@muhq.space> | 2025-05-18 20:35:04 -0600 |
| commit | 976c593f4e4912dc6942a8059daebf4695432443 (patch) | |
| tree | f013213a3a0d34bc6a92286994cfef2c0b4237e4 /html/Makefile | |
| parent | 83e33a95e4d61d144343d5e9e45b3a6c453bd0af (diff) | |
| download | muhqs-game-976c593f4e4912dc6942a8059daebf4695432443.tar.gz muhqs-game-976c593f4e4912dc6942a8059daebf4695432443.zip | |
specify the language of the rules
Diffstat (limited to 'html/Makefile')
| -rw-r--r-- | html/Makefile | 2 |
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))) |
