From a1939f396618cd7c68d66bc388f051f137c163c6 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 26 Dec 2009 02:58:17 +0100 Subject: Makefile.am: create doxygen output directory --- Makefile.am | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index aadeb2508..cd5d406c2 100644 --- a/Makefile.am +++ b/Makefile.am @@ -748,6 +748,7 @@ DOCBOOK_HTML = endif doc/api/html/index.html: doc/doxygen.conf + @mkdir -p $(@D) $(DOXYGEN) $< all-local: $(DOCBOOK_HTML) doc/api/html/index.html -- cgit v1.2.3