<p>osmith <strong>merged</strong> this change.</p><p><a href="https://gerrit.osmocom.org/11794">View Change</a></p><div style="white-space:pre-wrap">Approvals:
  Jenkins Builder: Verified
  Pau Espin Pedrol: Looks good to me, approved
  Neels Hofmeyr: Looks good to me, approved

</div><pre style="font-family: monospace,monospace; white-space: pre-wrap;">make check: properly reference dependencies<br><br>Use $(ASCIIDOC_DEPS) instead of assuming that the value would be<br>"chapters/*.adoc". The variable exists already, but it was not used<br>yet in 'make check' of  Makefile.asciidoc.inc.<br><br>This allows creating a tests dir without its own chapters subdir<br>(follow-up commit), which is part of a larger effort to move manuals to<br>project repositories.<br><br>The reason for moving manuals to project repositories is that we can<br>have documentation changes together with code changes in the same<br>patches. Not part of this patchset, but possible in the future, is<br>optionally building UNIX man pages in the project repositories<br>(OS#3386) as well as generating the VTY documentation on the fly from<br>running the project binaries (OS#3695).<br><br>(moving manuals to project repositories 1/19)<br><br>Related: OS#3386<br>Change-Id: Id8b26759607a3490d6cbd93c68ba1f89aa8ef1f2<br>---<br>M build/Makefile.asciidoc.inc<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/build/Makefile.asciidoc.inc b/build/Makefile.asciidoc.inc</span><br><span>index a3c95fe..c2b0961 100644</span><br><span>--- a/build/Makefile.asciidoc.inc</span><br><span>+++ b/build/Makefile.asciidoc.inc</span><br><span>@@ -62,7 +62,7 @@</span><br><span> </span><br><span> check: $(ASCIIDOC_CHECKS)</span><br><span> </span><br><span style="color: hsl(0, 100%, 40%);">-$(ASCIIDOC_CHECKS): %.check: %.adoc %-docinfo.xml $(ASCIIDOCSTYLE) $(TOPDIR)/common/chapters/*.adoc chapters/*.adoc</span><br><span style="color: hsl(120, 100%, 40%);">+$(ASCIIDOC_CHECKS): %.check: %.adoc %-docinfo.xml $(ASCIIDOCSTYLE) $(TOPDIR)/common/chapters/*.adoc $(ASCIIDOC_DEPS)</span><br><span>  asciidoc -v $(ASCIIDOC_OPTS) $< > $@ 2>&1</span><br><span>       # Make absolutely sure that the %.check target is updated.</span><br><span>   touch $@</span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/11794">change 11794</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/11794"/><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-MessageType: merged </div>
<div style="display:none"> Gerrit-Change-Id: Id8b26759607a3490d6cbd93c68ba1f89aa8ef1f2 </div>
<div style="display:none"> Gerrit-Change-Number: 11794 </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 (1000002) </div>
<div style="display:none"> Gerrit-Reviewer: Neels Hofmeyr <nhofmeyr@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: Pau Espin Pedrol <pespin@sysmocom.de> </div>
<div style="display:none"> Gerrit-Reviewer: osmith <osmith@sysmocom.de> </div>