Commit 412d1b0a authored by Max Kellermann's avatar Max Kellermann

Makefile.am: use $(MKDIR_P)

parent 642be502
...@@ -1772,7 +1772,7 @@ DOCBOOK_HTML = ...@@ -1772,7 +1772,7 @@ DOCBOOK_HTML =
endif endif
doc/api/html/index.html: doc/doxygen.conf doc/api/html/index.html: doc/doxygen.conf
@mkdir -p $(@D) @$(MKDIR_P) $(@D)
$(DOXYGEN) $< $(DOXYGEN) $<
all-local: $(DOCBOOK_HTML) doc/api/html/index.html all-local: $(DOCBOOK_HTML) doc/api/html/index.html
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment