X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=2ffd04516bee6410c6dc92bdf148e250023ac6f4;hb=235ec6eb8e28884ca223a5d451aa83b18909acd9;hp=f9bed9ea82cdda671a5185eb0d81ee08df8accb6;hpb=ddc156360c0c46ef669accde05fea1106cc6b244;p=metaproxy-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index f9bed9e..2ffd045 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -114,12 +114,12 @@ dist-hook: done doc-clean: - rm -f *.html *.[0-9] *.?mp *.pdf *.tkl + rm -f manref.xml *.html *.[0-9] *.?mp *.pdf *.tkl 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: