summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorAdam Spragg <adam@spra.gg>2022-06-28 17:37:18 +0100
committerAdam Spragg <adam@spra.gg>2022-06-29 15:29:41 +0100
commit58422d1a4a82ba48e045a9603bd5ee7916f6c922 (patch)
tree8eab0e1cb40b187c2eebfbe004be0bb7066c9164 /README
parentb46002f1c47d7716fc582269e3d943b87bbdcf9c (diff)
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.
Diffstat (limited to 'README')
-rw-r--r--README1
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README
index 02b0545..d5a9393 100644
--- a/README
+++ b/README
@@ -53,6 +53,7 @@ Requirements
- Linux
- GNU make
- C99 compiler, like gcc or clang
+- pandoc
- libbsd