From a29cb625a72a11d5a65ee3cb423dc35193b5ca79 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 16 Sep 2009 13:58:26 +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 51ffeee..840281c 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -106,7 +106,7 @@ doc-clean: 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