You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
191 B
13 lines
191 B
EXTRA_DIST = Doxyfile.in
|
|
|
|
if HAVE_DOXYGEN
|
|
|
|
.PHONY: docs
|
|
|
|
docs:
|
|
@mkdir -p $(top_srcdir)/docs/api/$(PACKAGE_VERSION)
|
|
$(DOXYGEN) Doxyfile
|
|
|
|
clean-local:
|
|
@rm -rf $(top_srcdir)/docs/api/
|
|
endif
|