diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index ef42872..d648934 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -36,7 +36,7 @@ CLEANFILES = $(doc_DATA) MOSTLYCLEANFILES = index.* 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 \ |