From 0aa9ae6bd30fae8a1f8f24245b05496b39a36c5d Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 16 Sep 2009 13:58:57 +0200 Subject: [PATCH] Fix install doc rule for Automake 1.11 --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index d66ff3a..eb92b81 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -47,7 +47,7 @@ dist-hook: install-data-hook: if test -f index.html; then d=.; else d="$(srcdir)"; fi; \ for p in $$d/*.html; do \ - $(docDATA_INSTALL) $$p $(DESTDIR)$(docdir); \ + $(INSTALL_DATA) $$p $(DESTDIR)$(docdir); \ done uninstall-hook: -- 1.7.10.4