From cb1f2f7e25f83353ae56a978d6ae6d1567814ee9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vivek=20Das=C2=A0Mohapatra?= <vivek@collabora.co.uk>
Date: Wed, 26 Jul 2017 14:51:25 +0100
Subject: [PATCH] Enable the authors section in generated man pages

---
 documentation.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation.mk b/documentation.mk
index 1a1823f33..71aa87c57 100644
--- a/documentation.mk
+++ b/documentation.mk
@@ -5,7 +5,7 @@ XSLTPROC_FLAGS = \
         --stringparam man.output.quietly 1 \
         --stringparam funcsynopsis.style ansi \
         --stringparam man.th.extra1.suppress 1 \
-        --stringparam man.authors.section.enabled 0 \
+        --stringparam man.authors.section.enabled 1 \
         --stringparam man.copyright.section.enabled 0
 
 XSLT_DOMAIN = docbook.sourceforge.net
-- 
GitLab