X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=7c8f0f5f5bcf1a65e7507131c3a0496a50893d08;hb=6e17eec537a0a2084b10774ec97fbbedb7061042;hp=b3fd0b2285db99daa80aeda3c905a96fad9b2dfc;hpb=effe7e45ecdb69852d91c6f5c3478587c86ce284;p=pazpar2-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index b3fd0b2..7c8f0f5 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -62,12 +62,12 @@ dist-hook: done doc-clean: - rm -f *.html *.[0-9] *.pdf + rm -f manref.xml *.html *.[0-9] *.pdf 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: