X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=doc%2FMakefile.am;h=bcaf707ade87aa74d0c67ec5db7b5736ce6cef24;hb=b92603b9fe747df251114bdb8e8cc41fae4305b9;hp=bc4ca7ab43ad83d2658976a47d30b06569ef3f7a;hpb=0ef3f55d13097b1cc912c19c3ffb122010462a35;p=pazpar2-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index bc4ca7a..bcaf707 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.5 2007-06-18 12:55:43 adam Exp $ +## $Id: Makefile.am,v 1.7 2007-07-10 09:44:00 adam Exp $ ## docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -69,9 +69,9 @@ dist-hook: 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)