From: Michael Smith Date: Tue, 17 Jun 2008 01:06:57 +0000 (+0000) Subject: un-break the build X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=21d0e1dcd722c6c1c5558f00784676fc0e89d175;p=docbook-dsssl un-break the build --- diff --git a/xsl/Makefile.incl b/xsl/Makefile.incl index 26ffcf9c0..cab7e19ae 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 $@ + $(XSLT) $< $(DOCBOOK_SVN)/releasetools/w2docbook.xsl $@.tmp endif $(XSLT) $@.tmp $(ADDNEWLINE) $@ $(RM) $@.tmp