From: Adam Dickmeiss Date: Tue, 10 Jul 2007 09:42:46 +0000 (+0000) Subject: Removed / in doc install rule to avoid double-slash (cygwin) X-Git-Tag: YAZ.3.0.10~23 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=797335bc656ffda99eddacfb5fdf344f716c5f80;p=yaz-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 3f04e87..76a2fac 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.82 2007-07-10 09:40:44 adam Exp $ +## $Id: Makefile.am,v 1.83 2007-07-10 09:42:46 adam Exp $ SUBDIRS = common @@ -100,4 +100,4 @@ install-data-hook: done uninstall-hook: - rm -r $(DESTDIR)/$(docdir) + rm -r $(DESTDIR)$(docdir)