From 29d5c4e35c1a09e20c0db114c9ad5d18b9c9aae7 Mon Sep 17 00:00:00 2001
From: Dan Scott <dan@coffeecode.net>
Date: Sun, 15 Dec 2019 10:53:33 -0500
Subject: [PATCH] Fix doc build for glossary

asciidoctor was throwing the error "invalid part, must have at least one
section (e.g., chapter, appendix, etc.)"; including [appendix] in front
of the include mollified it.

Also we don't need the duplicated Glossary / Glossary headings.

Signed-off-by: Dan Scott <dan@coffeecode.net>
---
 docs/root.adoc | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/docs/root.adoc b/docs/root.adoc
index c5678f8875..8925b21f26 100644
--- a/docs/root.adoc
+++ b/docs/root.adoc
@@ -603,12 +603,10 @@ image::media/caution.png[]
 
 image::media/tip.png[]
 
-Glossary
-========
 
+[appendix]
 include::glossary.adoc[]
 
 [index]
 Index
 =====
-
-- 
2.11.0