From: Adam Dickmeiss Date: Tue, 10 Jul 2007 09:44:00 +0000 (+0000) Subject: Removed / in doc install rule to avoid double-slash (cygwin) X-Git-Tag: PAZPAR2.1.0.2~70 X-Git-Url: http://lists.indexdata.dk/?a=commitdiff_plain;h=a4c1dd6dfd756fcd7dc6e4af0dda8f845c542a1d;p=pazpar2-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 055a99a..bcaf707 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.6 2007-07-10 09:40:06 adam Exp $ +## $Id: Makefile.am,v 1.7 2007-07-10 09:44:00 adam Exp $ ## docdir=$(datadir)/doc/@PACKAGE@ SUBDIRS = common @@ -73,5 +73,5 @@ install-data-hook: done uninstall-hook: - rm -r $(DESTDIR)/$(docdir) + rm -r $(DESTDIR)$(docdir)