about summary refs log tree commit diff stats
path: root/Makefile
diff options
context:
space:
mode:
authorbptato <nincsnevem662@gmail.com>2023-09-20 17:55:24 +0200
committerbptato <nincsnevem662@gmail.com>2023-09-20 17:55:24 +0200
commitc5352cbcf3c1d0a6090604f77d6d45d87b8d2473 (patch)
tree0a85c862182191a25ba725934ecca2dd6eac3ef1 /Makefile
parent116660d75a4383b734e7a80a65c94d1bd3a69c9e (diff)
downloadchawan-c5352cbcf3c1d0a6090604f77d6d45d87b8d2473.tar.gz
config.md: more preprocessing
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d10ccf11..50d324f1 100644
--- a/Makefile
+++ b/Makefile
@@ -51,7 +51,9 @@ clean:
 
 .PHONY: manpage
 manpage:
-	sed '/<!-- TOCSTART -->/,/<!-- TOCEND -->/d' doc/config.md | ./table_rewrite.sh > .obj/cha-config.md
+	sed '/<!-- TOCSTART -->/,/<!-- TOCEND -->/d' doc/config.md | \
+		sed '1s/<!-- \(.*\) -->/\1/' | \
+		./table_rewrite.sh > .obj/cha-config.md
 	pandoc --standalone --to man .obj/cha-config.md -o .obj/cha-config.5
 	cp doc/cha.1 "$(OBJDIR)/cha.1"