From: Adam Dickmeiss Date: Tue, 10 Jul 2007 09:42:28 +0000 (+0000) Subject: Removed / in doc install rule to avoid double-slash (cygwin) X-Git-Tag: YAZPP.1.1.0~13 X-Git-Url: http://git.indexdata.com/?p=yazpp-moved-to-github.git;a=commitdiff_plain;h=8841f6101cb2f5c32c726e22c7ee1ef97bb288eb Removed / in doc install rule to avoid double-slash (cygwin) --- diff --git a/doc/Makefile.am b/doc/Makefile.am index f6179d7..ba7124f 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.27 2007-07-10 09:41:38 adam Exp $ +## $Id: Makefile.am,v 1.28 2007-07-10 09:42:28 adam Exp $ SUBDIRS = common XMLFILES = \ @@ -58,4 +58,4 @@ install-data-hook: done uninstall-hook: - rm -r $(DESTDIR)/$(docdir) + rm -r $(DESTDIR)$(docdir)