src/tools/ fixes/updates to xsl detection routine

Geoff Davis geoff at geoffdavis.com
Sat Jul 9 18:31:23 CDT 2005


Sorry, missed a double quote.

The line should be like this in tools/Makefile.base:

ENSURE_XSL = [ -d "$(TOOLS_DIR)/xsl" ] || [ -f "$(TOOLS_DIR)/xsl" ] \
              || $(TOOLS_DIR)/bin/find-xsl.py

On Jul 9, 2005, at 12:55 PM, Geoff Davis wrote:

>
> ENSURE_XSL = [ -d "$(TOOLS_DIR)/xsl" ] || [ -f "$(TOOLS_DIR)/xsl ] \
>              || $(TOOLS_DIR)/bin/find-xsl.py
>



More information about the svnbook-dev mailing list