diff options
author | Max Kellermann <max@duempel.org> | 2009-12-27 20:10:45 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-12-27 20:10:45 +0100 |
commit | 333e11d0ebb255a2cd04cfde805e68f257b8a2f5 (patch) | |
tree | 33f76a9fee04cdbe0aee7ec1956dbe35a8b7635f /Makefile.am | |
parent | 58da24b1cb685b5235dc5a528651b96a35b5b5bf (diff) | |
parent | b1cc760aa5d99f726f52b4c17e06a9f72a0ef58a (diff) | |
download | mpd-333e11d0ebb255a2cd04cfde805e68f257b8a2f5.tar.gz mpd-333e11d0ebb255a2cd04cfde805e68f257b8a2f5.tar.xz mpd-333e11d0ebb255a2cd04cfde805e68f257b8a2f5.zip |
Merged release 0.15.7 from branch 'v0.15.x'
Conflicts:
NEWS
configure.ac
src/decoder_api.c
Diffstat (limited to '')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 58a04f10c..12c933e9a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1007,6 +1007,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 |