Fix install doc rule for Automake 1.11
[yazproxy-moved-to-github.git] / 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 \
-               $(docDATA_INSTALL) $$p $(DESTDIR)$(docdir); \
+               $(INSTALL_DATA) $$p $(DESTDIR)$(docdir); \
        done
 
 uninstall-hook: