From: Adam Dickmeiss Date: Tue, 10 Jul 2007 09:43:33 +0000 (+0000) Subject: Removed / in doc install rule to avoid double-slash (cygwin) X-Git-Tag: ZEBRA.2.0.16~23 X-Git-Url: http://git.indexdata.com/?p=idzebra-moved-to-github.git;a=commitdiff_plain;h=efb17a2217474f9c890b2ab109e58240765e18a3 Removed / in doc install rule to avoid double-slash (cygwin) --- diff --git a/doc/Makefile.am b/doc/Makefile.am index 238b2c3..02260b6 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,4 +1,4 @@ -## $Id: Makefile.am,v 1.73 2007-07-10 09:41:12 adam Exp $ +## $Id: Makefile.am,v 1.74 2007-07-10 09:43:33 adam Exp $ SUBDIRS = common XMLMAN = zebraidx.xml zebrasrv.xml idzebra-config.xml @@ -103,7 +103,7 @@ install-data-hook: done uninstall-hook: - rm -r $(DESTDIR)/$(docdir) + rm -r $(DESTDIR)$(docdir) domfilter.png: domfilter.svg inkscape --export-png=$@ --export-width=600 $?