mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-07 21:28:04 +02:00
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:
parent
e66eda95b5
commit
7277a18cda
1 changed files with 1 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue