nfdump/doc/Makefile.am

16 lines
226 B
Makefile
Raw Normal View History

#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