From fa2ff582eff79a181db87ef8c8a1501a498f6192 Mon Sep 17 00:00:00 2001 From: speedie Date: Wed, 27 Sep 2023 14:02:00 +0200 Subject: [PATCH] Fix documentation creation --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index cce35aa..124aaa5 100644 --- a/Makefile +++ b/Makefile @@ -23,6 +23,7 @@ clean: docs: clean printf "%% ${NAME}(1) ${VER} | ${DESC}\n" > .man.md + cat ${NAME}.md >> .man.md pandoc --standalone --to man .man.md -o ${NAME}.1 rm -f .man.md