From 0745198ccf8282698b2ad110f31415660bfc0538 Mon Sep 17 00:00:00 2001 From: nomnombtc Date: Sat, 27 Aug 2016 00:59:45 +0200 Subject: [PATCH] add gen-manpages.sh description to README.md --- contrib/devtools/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md index f90afa7f2..e16e6b5b0 100644 --- a/contrib/devtools/README.md +++ b/contrib/devtools/README.md @@ -81,6 +81,12 @@ It will do the following automatically: See doc/translation-process.md for more information. +gen-manpages.sh +=============== + +A small script to automatically create manpages in ../../doc/man by running the release binaries with the -help option. +This requires help2man which can be found at: https://www.gnu.org/software/help2man/ + git-subtree-check.sh ====================