<div dir="auto"><div>As for the man page (re)builds, there might be a better way to handle that, but de-facto there are two sets of target lists in docs/man/Makefile.am:</div><div dir="auto">* man5_MANS (more for other numbers, other formats) that would build just the pages needed for your drivers, developer features etc. requested by configure script</div><div dir="auto">* MAN_MANS and HTML_MANS that would build (and are used to check) all docs there are for a format, regardless of whether you build a driver or daemon for it today.</div><div dir="auto"><br></div><div dir="auto">Of these, MAN_MANS are (usually) pre-built and dist'ed in the tarball, so a build system is not required to have asciidoc to package NUT, and can use pages from the tarball "as is".</div><div dir="auto"><br></div><div dir="auto">But fair point, I'll add a `make all-man` in PR #1345 spawned to tune builds to cover netbsd better :)<br><br><div class="gmail_quote" dir="auto"><div dir="ltr" class="gmail_attr">On Wed, Mar 30, 2022, 19:02 Greg Troxel <<a href="mailto:gdt@lexort.com">gdt@lexort.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
* make check<br>
<br>
When I run make check, the good news is that it seems to pass<br>
everything.<br>
<br>
But it looks like it is building man pages that maybe should have been<br>
built during the build.<br>
<br>
  [snip]<br>
  Making check in docs<br>
  Making check in man<br>
  make  check-local<br>
  PASSED man-source sanity check (checked 130 files)<br>
    DOC-MAN  Generating hosts.conf.5<br>
    DOC-MAN  Generating upsset.conf.5<br>
    DOC-MAN  Generating upsstats.html.5<br>
    DOC-MAN  Generating upsset.cgi.8<br>
  [snip]<br>
<br>
* make install<br>
<br>
looks good<br>
<br>
* make distcheck<br>
<br>
This fails because of missing libneon, but the earlier configure worked.<br>
Is the configure intentionally forcing on all optional things?<br>
<br>
_______________________________________________<br>
Nut-upsdev mailing list<br>
<a href="mailto:Nut-upsdev@alioth-lists.debian.net" target="_blank" rel="noreferrer">Nut-upsdev@alioth-lists.debian.net</a><br>
<a href="https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsdev" rel="noreferrer noreferrer" target="_blank">https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/nut-upsdev</a> <br>
</blockquote></div></div></div>