From 58422d1a4a82ba48e045a9603bd5ee7916f6c922 Mon Sep 17 00:00:00 2001 From: Adam Spragg Date: Tue, 28 Jun 2022 17:37:18 +0100 Subject: doc: Generate the man page from markdown Because who wants to hand-write groff markup these days? This adds pandoc(1) as a build-dependency. It uses PHP Markdown Extra definition lists, which pandoc uses for e.g. command option/explanation lists. Because this definition list format is non-standard it might not render as intended on many markdown viewers, but pandoc generates "better" man page output with it. --- .gitignore | 2 ++ 1 file changed, 2 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index d49e271..8593404 100644 --- a/.gitignore +++ b/.gitignore @@ -10,6 +10,8 @@ Makefile.dep /bin/ +/man1/ + *~ *.patch -- cgit v1.2.1