From: Michael Smith Date: Wed, 26 Mar 2008 09:33:12 +0000 (+0000) Subject: fixed copy-paste error that caused non-Cygwin build with saxon to X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=13aac13eaeb0f18442bd5f50b8f572d3c0e75e24;p=docbook-dsssl fixed copy-paste error that caused non-Cygwin build with saxon to fail --- diff --git a/xsl/Makefile.incl b/xsl/Makefile.incl index a2710a632..26ffcf9c0 100644 --- a/xsl/Makefile.incl +++ b/xsl/Makefile.incl @@ -42,7 +42,7 @@ else ifneq ($(shell uname -s | grep -i cygwin),) $(XSLT) $< $(NESTLEVEL)../../releasetools/w2docbook.xsl $@.tmp else - $(XSLT) $< $(DOCBOOK_SVN)/../releasetools/w2docbook.xsl $@.tmp + $(XSLT) $< $(DOCBOOK_SVN)/releasetools/w2docbook.xsl $@ endif $(XSLT) $@.tmp $(ADDNEWLINE) $@ $(RM) $@.tmp