X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=doc%2FMakefile.am;h=055a99adebe30833bdb553bfdab1b219c25d5b4e;hb=9fdb1208081d15ac6a9e13c70561977fd0e0d6cc;hp=bc4ca7ab43ad83d2658976a47d30b06569ef3f7a;hpb=04864c49bf43ed46f71e0a6e452d56fe76fdfce1;p=pazpar2-moved-to-github.git diff --git a/doc/Makefile.am b/doc/Makefile.am index bc4ca7a..055a99a 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.6 2007-07-10 09:40:06 adam Exp $ ## docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -69,7 +69,7 @@ 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: