X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=76a2fac25572be00e12954743e11f9b93a2e4390;hb=0c4bd81e2e56724de1adbbc753f812328fb20e3c;hp=ea28761343beb7470792b27a2bf2ea87139370bb;hpb=1f8f1e50d305948b3cec6e457e736e05c33a2209;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index ea28761..76a2fac 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.81 2007-06-17 07:05:42 adam Exp $ +## $Id: Makefile.am,v 1.83 2007-07-10 09:42:46 adam Exp $ SUBDIRS = common @@ -96,8 +96,8 @@ doc-clean: 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); \ + $(docDATA_INSTALL) $$p $(DESTDIR)$(docdir); \ done uninstall-hook: - rm -r $(DESTDIR)/$(docdir) + rm -r $(DESTDIR)$(docdir)