Skip to content
Snippets Groups Projects
Commit e7ab3c1a authored by Rafaël Carré's avatar Rafaël Carré
Browse files

Fix doc build with doxygen missing

parent 74d79c75
No related branches found
No related tags found
No related merge requests found
SUBDIRS = doxygen dbus-api
SUBDIRS = dbus-api
if ENABLE_DOXYGEN
SUBDIRS += doxygen
endif
.PHONY: doc
doc:
......
if ENABLE_DOXYGEN
SUBDIRS =
docdir = ${prefix}/share/doc/wifidog-@VERSION@
......@@ -53,3 +55,5 @@ maintainer-clean-local: clean-local
-e 's:@-html_footer-@:${HTML_FOOTER}:g'
rm $@.tmp3
mv $@.tmp4 $@
endif # ENABLE_DOXYGEN
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment