<p>laforge <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/15351">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  pespin: Looks good to me, but someone else must approve
  laforge: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">tests/Makefile.am: always put glossary at the end<br><br>Make sure that glossary.adoc is the last file, when building the test<br>pdf with all common chapters included. Otherwise, newer asciidoc<br>versions will complain that we cannot have subchapters after the<br>glossary began:<br><br>asciidoc: ERROR: mgcp_extension_osmux.adoc: line 2: glossary section cannot contain sub-sections<br><br>Related: OS#4183<br>Change-Id: I91e857255b1b6d5b8708cc7f7b303a58403120d3<br>---<br>M tests/Makefile.am<br>1 file changed, 3 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/tests/Makefile.am b/tests/Makefile.am</span><br><span>index b2f579d..6eba2c5 100644</span><br><span>--- a/tests/Makefile.am</span><br><span>+++ b/tests/Makefile.am</span><br><span>@@ -6,10 +6,11 @@</span><br><span> # Do not install any of the test pdfs</span><br><span> OSMO_GSM_MANUALS_NO_INSTALL = 1</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-# Generate adoc file that includes all chapters</span><br><span style="color: hsl(120, 100%, 40%);">+# Generate adoc file that includes all chapters (OS#4183: glossary.adoc must be the last file)</span><br><span> ASCIIDOC = test-usermanual.adoc</span><br><span> ASCIIDOC_DEPS =</span><br><span style="color: hsl(0, 100%, 40%);">-COMMON_CHAPTERS = $(shell find $(OSMO_GSM_MANUALS_DIR)/common/chapters -name '*.adoc')</span><br><span style="color: hsl(120, 100%, 40%);">+COMMON_CHAPTERS = $(shell find $(OSMO_GSM_MANUALS_DIR)/common/chapters -name '*.adoc' | grep -v glossary\.adoc) \</span><br><span style="color: hsl(120, 100%, 40%);">+            $(OSMO_GSM_MANUALS_DIR)/common/chapters/glossary.adoc</span><br><span> $(ASCIIDOC): $(COMMON_CHAPTERS)</span><br><span>   echo ":gfdl-enabled:" > $@</span><br><span>      echo ":program-name: Test" >> $@</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/15351">change 15351</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/osmo-gsm-manuals/+/15351"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: osmo-gsm-manuals </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I91e857255b1b6d5b8708cc7f7b303a58403120d3 </div>
<div style="display:none"> Gerrit-Change-Number: 15351 </div>
<div style="display:none"> Gerrit-PatchSet: 2 </div>
<div style="display:none"> Gerrit-Owner: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Jenkins Builder </div>
<div style="display:none"> Gerrit-Reviewer: laforge <laforge@gnumonks.org> </div>
<div style="display:none"> Gerrit-Reviewer: neels <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: pespin <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: merged </div>