[svnbook commit] r1125 - trunk/src/en

sunny256 at red-bean.com sunny256 at red-bean.com
Sat Feb 26 05:21:32 CST 2005


Author: sunny256
Date: Sat Feb 26 05:21:30 2005
New Revision: 1125

Modified:
   trunk/src/en/Makefile
Log:
Fix wrong path to $(TOOLS_DIR)/xsl which was added in en/Makefile r1121.

* src/en/Makefile
  xsl directory check changed from "$(TOOLS_DIR)/xml" to 
  "$(TOOLS_DIR)/xsl".


Modified: trunk/src/en/Makefile
==============================================================================
--- trunk/src/en/Makefile	(original)
+++ trunk/src/en/Makefile	Sat Feb 26 05:21:30 2005
@@ -1,4 +1,4 @@
-ENSURE_XSL = if ! test -e "$(TOOLS_DIR)/xml"; then $(TOOLS_DIR)/find-xsl.py; fi
+ENSURE_XSL = if ! test -e "$(TOOLS_DIR)/xsl"; then $(TOOLS_DIR)/find-xsl.py; fi
 XSLTPROC = xsltproc
 INSTALL_DIR = $(DESTDIR)/usr/share/doc/subversion
 INSTALL = install



More information about the svnbook-dev mailing list