This patch gets us out of the unfortunate situation where there are man pages for all functions in (old, libnfnetlink-based) sample program libnetfilter_queue/utils/nfqnl_test.c but not for the libmnl-based libnetfilter_queue/examples/nf-queue.c. >From libnetfilter_queue we know how to generate a full set of man pages during `make` so let's do it for libmnl. This patch sets up the framework: in future patches I plan to update the doxygen comments to be more man-page-friendly, e.g. by using \returns and \sa where appropriate. Duncan Roe (1): build: doc: "make" builds & installs a full set of man pages Makefile.am | 4 +- configure.ac | 24 +++++- doxygen.cfg.in | 176 ++------------------------------------------ doxygen/Makefile.am | 75 +++++++++++++++++++ 4 files changed, 107 insertions(+), 172 deletions(-) create mode 100644 doxygen/Makefile.am -- 2.17.5