X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;fp=doc%2FMakefile.am;h=b9c1df706b547f9d92cede2d371053d6bba4e252;hb=5451f064623589d16bd36460e1df1692d929c3b2;hp=77e4ea928d23e3a2db48d59b18751e4bb3385c2f;hpb=5242fd311bad9fc07b7ddf77f4d83410928d968c;p=idzebra-moved-to-github.git 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: