Hi Pablo, On Sat, Aug 28, 2021 at 01:35:07PM +1000, Duncan Roe wrote: > - configure --help lists non-default documentation options. > Looking around the web, this seemed to me to be what most projects do. > Listed options are --without-doxygen, --enable-html-doc & > --disable-man-pages. > - configure warns on inconsistent options e.g. --without-doxygen by itself > warns man pages will not be built. > - configure.ac re-ordered so --without-doxygen overrides --enable-any-doc. > If html is requested, `make install` installs it in htmldir. > > Signed-off-by: Duncan Roe <duncan_roe@xxxxxxxxxxxxxxx> > --- > configure.ac | 41 ++++++++++++++++++++++++++++++++++++----- > doxygen/Makefile.am | 11 ++++++++++- > doxygen/doxygen.cfg.in | 3 ++- > 3 files changed, 48 insertions(+), 7 deletions(-) > [...] Just in case you missed it, this one is still to do. Regarding warnings - I did try all the option combinations and again w/out doxygen installed, so maybe you can satisfy yourself with a few random choices. Cheers ... Duncan.