From 524869a644004b2b5eae9c6cdb14a20c0e877778 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Mon, 9 Sep 2019 14:47:40 +0200 Subject: Add Doxygen based reference manual to build system This commit modifies the build system to optionally generate a reference manual for libsquashfs using Doxygen (if Doxygen is available and the manual is explicitly built). Signed-off-by: David Oberhollenzer --- Makefile.am | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 429ad51..cc24bff 100644 --- a/Makefile.am +++ b/Makefile.am @@ -21,3 +21,9 @@ include mkfs/Makemodule.am include unpack/Makemodule.am include difftool/Makemodule.am include tests/Makemodule.am + +if HAVE_DOXYGEN +@DX_RULES@ + +MOSTLYCLEANFILES = $(DX_CLEANFILES) +endif -- cgit v1.2.3