Makefile.am: use $(MKDIR_P)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user