From: Adam Dickmeiss Date: Wed, 16 Sep 2009 11:59:06 +0000 (+0200) Subject: Fix install doc rule for Automake 1.11 X-Git-Tag: v1.0.20~5 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=f33f58a446d74ee8fe2351ae93c50169d01bcbce;p=metaproxy-moved-to-github.git Fix install doc rule for Automake 1.11 --- diff --git a/doc/Makefile.am b/doc/Makefile.am index f9bed9e..8e25099 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -119,7 +119,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: