From c5352cbcf3c1d0a6090604f77d6d45d87b8d2473 Mon Sep 17 00:00:00 2001 From: bptato Date: Wed, 20 Sep 2023 17:55:24 +0200 Subject: config.md: more preprocessing --- Makefile | 4 +++- doc/config.md | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d10ccf11..50d324f1 100644 --- a/Makefile +++ b/Makefile @@ -51,7 +51,9 @@ clean: .PHONY: manpage manpage: - sed '//,//d' doc/config.md | ./table_rewrite.sh > .obj/cha-config.md + sed '//,//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" diff --git a/doc/config.md b/doc/config.md index 8c8acff6..a6020735 100644 --- a/doc/config.md +++ b/doc/config.md @@ -1,4 +1,4 @@ -% cha-config(5) | Configuration of Chawan + # Configuration of Chawan -- cgit 1.4.1-2-gfad0