This patch mirrors all the documentation-related build changes in libnetfilter_queue, including https://patchwork.ozlabs.org/project/netfilter-devel/patch/20210828033508.15618-5-duncan_roe@xxxxxxxxxxxxxxx/ which is not yet applied at time of writing. Because all the changes are applied at once, the diffs are cleaner, f.i. configure.ac has one changed line and 3 blocks of insertions. Duncan Roe (1): build: doc: `make` generates requested documentation .gitignore | 2 +- Makefile.am | 2 +- autogen.sh | 8 ++++ configure.ac | 58 +++++++++++++++++++++++- doxygen/Makefile.am | 39 ++++++++++++++++ doxygen.cfg.in => doxygen/doxygen.cfg.in | 9 ++-- 6 files changed, 111 insertions(+), 7 deletions(-) create mode 100644 doxygen/Makefile.am rename doxygen.cfg.in => doxygen/doxygen.cfg.in (76%) -- 2.17.5