From a4a3568458d51cc068cb1e79961d64e3a766c4e2 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Vivek=20Das=C2=A0Mohapatra?= <vivek@collabora.co.uk>
Date: Sat, 22 Jul 2017 00:33:04 +0100
Subject: [PATCH] Trivial style cleanup in makefile

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

diff --git a/documentation.mk b/documentation.mk
index 3bfc6f225..1a1823f33 100644
--- a/documentation.mk
+++ b/documentation.mk
@@ -8,7 +8,8 @@ XSLTPROC_FLAGS = \
         --stringparam man.authors.section.enabled 0 \
         --stringparam man.copyright.section.enabled 0
 
-XSLT_MAN = http://docbook.sourceforge.net/release/xsl/current/manpages/docbook.xsl
+XSLT_DOMAIN = docbook.sourceforge.net
+XSLT_MAN = http://$(XSLT_DOMAIN)/release/xsl/current/manpages/docbook.xsl
 
 %.1: doc/%.xml
 	$(AM_V_GEN) $(XSLTPROC) $(XSLTPROC_FLAGS) $(XSLT_MAN) $<
-- 
GitLab