From cf45727a1e591ec18f377252adbdaf16c918fcd1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jean-No=C3=ABl=20Avila?= <jn.avila@free.fr>
Date: Sat, 5 Jan 2019 19:55:54 +0100
Subject: [PATCH] Remove extraneous Asciidoctor include path

This is not needed by Asciidoctor and it is not understood by asciidoc
---
 makefile.locale | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/makefile.locale b/makefile.locale
index 087d5c4..88d964d 100644
--- a/makefile.locale
+++ b/makefile.locale
@@ -19,8 +19,9 @@ mandir = $(prefix)/share/man/$(lang)
 endif
 
 include ../../Makefile
-ASCIIDOC_EXTRA += -I../..
+
 XMLTO_EXTRA += --searchpath ../..
+ASCIIDOC_CONF = -f ../../asciidoc.conf
 
 doc-l10n: all
 
-- 
GitLab