]> granicus.if.org Git - docbook-dsssl/commitdiff
fixed copy-paste error that caused non-Cygwin build with saxon to
authorMichael Smith <xmldoc@users.sourceforge.net>
Wed, 26 Mar 2008 09:33:12 +0000 (09:33 +0000)
committerMichael Smith <xmldoc@users.sourceforge.net>
Wed, 26 Mar 2008 09:33:12 +0000 (09:33 +0000)
fail

xsl/Makefile.incl

index a2710a632d43f2a5fd16b0b5de1f1f15e823ba68..26ffcf9c045c23bef195dfaa2b5d3abbcb264ec3 100644 (file)
@@ -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