summaryrefslogtreecommitdiff
path: root/GNUmakefile
diff options
context:
space:
mode:
authorJens Schweikhardt <schweikh@schweikhardt.net>2025-08-26 22:35:18 +0200
committerJens Schweikhardt <schweikh@schweikhardt.net>2025-08-26 22:35:18 +0200
commitd170cd425ef46341c2649c6a57163b6aebd3a1f0 (patch)
tree888a4d06130c81363b70ecb50380a0433ceb553b /GNUmakefile
parent78c3fe7ede294834833e8a9a585223d02a59fa12 (diff)
Follow CC BY for UTF-8-demo.txt.
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/GNUmakefile b/GNUmakefile
index ba9f396..64dcd38 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -57,6 +57,9 @@ images:
check:
@grep ^STARTCHAR gallant.src | sort -c
+README.html: README.md
+ comrak --gfm --syntax-highlighting base16-ocean.light $^ > $@
+
# FreeBSD: Libs and <uniname.h> are in devel/libunistring
CC = cc -std=c99
APP_WARNS += -Werror