aboutsummaryrefslogtreecommitdiff
path: root/Makefile.doc
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.doc')
-rw-r--r--Makefile.doc5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile.doc b/Makefile.doc
index 3a426f931..95f4e1c6a 100644
--- a/Makefile.doc
+++ b/Makefile.doc
@@ -1,3 +1,8 @@
+# This Makefile generates the manual pages from the markdown README.mds. It depends
+# on https://github.com/mmarkdown/mmark to be installed. Generally we want this to be
+# updated before doing a release. The Debian package, for instance, looks at these pages
+# and will install them on your system.
+
MMARK:=mmark -man
PLUGINS:=$(wildcard plugin/*/README.md)
READMES:=$(subst plugin/,,$(PLUGINS))