nfdump/doc/Makefile.am
2017-12-13 13:56:23 +01:00

16 lines
226 B
Makefile

#if HAVE_DOXYGEN
directory = $(top_srcdir)/doc
$(directory)/html: Doxyfile
$(DOXYGEN) Doxyfile
all-local: $(directory)/html
clean-local:
rm -rf $(directory)/html
rm -rf $(directory)/man
rm -rf $(directory)/xml
#endif