From 99f72cd57ac827461dd7d47f469a986c99a7285b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Tue, 10 Jul 2007 09:40:44 +0000 Subject: [PATCH] Removed / in doc install rule to avoid double-slash (cygwin) --- doc/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/Makefile.am b/doc/Makefile.am index ea28761..3f04e87 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.82 2007-07-10 09:40:44 adam Exp $ SUBDIRS = common @@ -96,7 +96,7 @@ 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: -- 1.7.10.4