Makefile.am: use $(MKDIR_P)
This commit is contained in:
parent
642be502c0
commit
412d1b0a01
@ -1772,7 +1772,7 @@ DOCBOOK_HTML =
|
||||
endif
|
||||
|
||||
doc/api/html/index.html: doc/doxygen.conf
|
||||
@mkdir -p $(@D)
|
||||
@$(MKDIR_P) $(@D)
|
||||
$(DOXYGEN) $<
|
||||
|
||||
all-local: $(DOCBOOK_HTML) doc/api/html/index.html
|
||||
|
Loading…
Reference in New Issue
Block a user