From: Adam Dickmeiss Date: Wed, 16 Sep 2009 11:58:51 +0000 (+0200) Subject: Fix install doc rule for Automake 1.11 X-Git-Tag: v1.1.5~1 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=5b172c484238c964c547e7e45fb3c836f2d66fe5;hp=6ef0865af923965680547123856185d71f3e85ff Fix install doc rule for Automake 1.11 --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 42a49a0..28945d2 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -52,7 +52,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: