libdivecomputer/doc/Makefile.am
2017-01-07 13:41:07 +01:00

15 lines
175 B
Makefile

SUBDIRS = man
doxygen: doxygen.cfg
if HAVE_DOXYGEN
$(DOXYGEN) $(DOXYFLAGS) $<
touch $@
endif
all-local: doxygen
clean-local:
-$(RM) -rf html latex
CLEANFILES = doxygen