Jani Nikula <jani@nikula.org> writes: > > -have_doxygen=0 > -if [ $WITH_API_DOCS = "1" ] ; then > - printf "Checking if doxygen is available... " > - if command -v doxygen > /dev/null; then > - printf "Yes.\n" > - have_doxygen=1 > - else > - printf "No (so will not install api docs)\n" > - fi > -fi > - I guess it's an important point that missing hawkmoth only blocks building the api docs, not all of the docs. d _______________________________________________ notmuch mailing list -- notmuch@notmuchmail.org To unsubscribe send an email to notmuch-leave@notmuchmail.org