16 lines
226 B
Makefile
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
|