diff options
author | Max Kellermann <max@duempel.org> | 2009-12-26 02:58:17 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-26 02:58:30 +0100 |
commit | a1939f396618cd7c68d66bc388f051f137c163c6 (patch) | |
tree | 238f63d086638bcae9664d86c48e21adca3a0489 /Makefile.am | |
parent | 9179f108a540dcd27dafeb015778cc4dd873dfe5 (diff) | |
download | mpd-a1939f396618cd7c68d66bc388f051f137c163c6.tar.gz mpd-a1939f396618cd7c68d66bc388f051f137c163c6.tar.xz mpd-a1939f396618cd7c68d66bc388f051f137c163c6.zip |
Makefile.am: create doxygen output directory
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
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 |