From: Adam Dickmeiss Date: Wed, 16 Sep 2009 11:58:26 +0000 (+0200) Subject: Fix install doc rule for Automake 1.11 X-Git-Tag: v3.0.49~11^2~3 X-Git-Url: http://git.indexdata.com/?p=yaz-moved-to-github.git;a=commitdiff_plain;h=a29cb625a72a11d5a65ee3cb423dc35193b5ca79;ds=sidebyside Fix install doc rule for Automake 1.11 --- 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: