doc: use $(mkdir_p) rather than $(MKDIR_P) due to automake 1.9.6

$(MKDIR_P) is not defined in automake 1.9.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
This commit is contained in:
Gaetan Nadon 2010-02-09 17:27:08 -05:00
parent e66eda95b5
commit 7277a18cda

View file

@ -44,7 +44,7 @@ MOSTLYCLEANFILES = index.*
# Install html generated images for specs
install-data-local:
test -z "$(imagesdir)" || $(MKDIR_P) "$(DESTDIR)$(imagesdir)"
test -z "$(imagesdir)" || $(mkdir_p) "$(DESTDIR)$(imagesdir)"
@d="$(srcdir)/images/"; \
list=`ls $$d`; \
for p in $$list; do \