From: Adam Dickmeiss Date: Tue, 10 Jul 2007 09:42:09 +0000 (+0000) Subject: Removed / in doc install rule to avoid double-slash (cygwin) X-Git-Tag: YAZPROXY.1.3.1~5 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;h=0edbabde0fd3960a17ebd17e49b5b6b53d65ab21;hp=514d48e4041788c0e1f7ce42bcd812912ebf0719;p=yazproxy-moved-to-github.git Removed / in doc install rule to avoid double-slash (cygwin) --- diff --git a/doc/Makefile.am b/doc/Makefile.am index bd82051..2d56e46 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.17 2007-06-17 07:06:32 adam Exp $ +## $Id: Makefile.am,v 1.18 2007-07-10 09:42:09 adam Exp $ SUBDIRS = common XMLFILES = \ @@ -52,8 +52,8 @@ 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)