From 5451f064623589d16bd36460e1df1692d929c3b2 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 16 Sep 2009 14:00:08 +0200 Subject: [PATCH] Fix install doc rule for Automake 1.11 --- doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 1.7.10.4