Fix install doc rule for Automake 1.11
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 16 Sep 2009 12:00:08 +0000 (14:00 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 16 Sep 2009 12:00:08 +0000 (14:00 +0200)
doc/Makefile.am

index 77e4ea9..b9c1df7 100644 (file)
@@ -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: