From: Adam Dickmeiss Date: Wed, 16 Sep 2009 11:58:34 +0000 (+0200) Subject: Fix install doc rule for Automake 1.11 X-Git-Tag: v1.2.1~39^2~7 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=d136a3f6c26d945fc8e683f8531d780b90c42c8b;p=pazpar2-moved-to-github.git Fix install doc rule for Automake 1.11 --- diff --git a/doc/Makefile.am b/doc/Makefile.am index b3fd0b2..0188dbb 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -67,7 +67,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: