From: Adam Dickmeiss Date: Wed, 16 Sep 2009 12:00:08 +0000 (+0200) Subject: Fix install doc rule for Automake 1.11 X-Git-Tag: v2.0.42~5 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=5451f064623589d16bd36460e1df1692d929c3b2 Fix install doc rule for Automake 1.11 --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 77e4ea9..b9c1df7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -104,7 +104,7 @@ install-data-hook: cd $(DESTDIR)$(man1dir) && ln -sf idzebra-config$(PACKAGE_SUFFIX).1 idzebra-config.1 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: