X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=76a2fac25572be00e12954743e11f9b93a2e4390;hb=f98b671ac4ece0194de14c04ef7c281a410e0831;hp=c791eedff66f8732b507ecaf0e645520929f54de;hpb=cf1cd05a005dddace5aadb0cf2913dad0caec7d5;p=yaz-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index c791eed..76a2fac 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,6 +1,4 @@ -## $Id: Makefile.am,v 1.80 2007-06-03 09:56:50 adam Exp $ - -docdir=$(datadir)/doc/@PACKAGE@ +## $Id: Makefile.am,v 1.83 2007-07-10 09:42:46 adam Exp $ SUBDIRS = common @@ -98,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)