Fix install doc rule for Automake 1.11
authorAdam Dickmeiss <adam@indexdata.dk>
Wed, 16 Sep 2009 11:58:57 +0000 (13:58 +0200)
committerAdam Dickmeiss <adam@indexdata.dk>
Wed, 16 Sep 2009 11:58:57 +0000 (13:58 +0200)
doc/Makefile.am

index d66ff3a..eb92b81 100644 (file)
@@ -47,7 +47,7 @@ dist-hook:
 install-data-hook:
        if test -f index.html; then d=.; else d="$(srcdir)"; fi; \
        for p in $$d/*.html; do \
 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:
        done
 
 uninstall-hook: