Fix install doc rule for Automake 1.11
[yazpp-moved-to-github.git] / doc / Makefile.am
index 42a49a0..28945d2 100644 (file)
@@ -52,7 +52,7 @@ doc-clean:
 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: