From: Adam Dickmeiss Date: Tue, 10 Jul 2007 09:41:38 +0000 (+0000) Subject: Removed / in doc install rule to avoid double-slash (cygwin) X-Git-Tag: YAZPP.1.1.0~14 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=be1898f9a41a4df5538a64e05fe16de3c967a245 Removed / in doc install rule to avoid double-slash (cygwin) --- diff --git a/doc/Makefile.am b/doc/Makefile.am index a69f80c..f6179d7 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.26 2007-06-17 07:06:20 adam Exp $ +## $Id: Makefile.am,v 1.27 2007-07-10 09:41:38 adam Exp $ SUBDIRS = common XMLFILES = \ @@ -54,7 +54,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: