diff options
author | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-09 14:47:40 +0200 |
---|---|---|
committer | David Oberhollenzer <david.oberhollenzer@sigma-star.at> | 2019-09-09 14:48:17 +0200 |
commit | 524869a644004b2b5eae9c6cdb14a20c0e877778 (patch) | |
tree | ba615cc6a145888016e62f541d20fe2a251fae5c /Makefile.am | |
parent | 51ffaaee97e6eeaa2117d4349fbbc97bf5721224 (diff) |
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 <david.oberhollenzer@sigma-star.at>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 6 |
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 |