summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am6
1 files changed, 6 insertions, 0 deletions
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