[svnbook commit] r2387 - trunk/src/tools/bin

cmpilato noreply at red-bean.com
Thu Aug 10 19:52:54 CDT 2006


Author: cmpilato
Date: Thu Aug 10 19:52:54 2006
New Revision: 2387

Modified:
   trunk/src/tools/bin/find-xsl.py

Log:
Add an XSL location common to Mac OS X + fink.  Patch by Javier
Iglesias <Javier.Iglesias at unil.ch>.

* src/tools/bin/find-xsl.py
  Look in '/sw/share/xml/xsl/docbook-xsl' for XSL stuffs, too.


Modified: trunk/src/tools/bin/find-xsl.py
==============================================================================
--- trunk/src/tools/bin/find-xsl.py	(original)
+++ trunk/src/tools/bin/find-xsl.py	Thu Aug 10 19:52:54 2006
@@ -18,6 +18,8 @@
     '/usr/local/share/xsl/docbook',
     # Gentoo
     '/usr/share/sgml/docbook/xsl-stylesheets-*',
+    # Mac OS X + fink
+    '/sw/share/xml/xsl/docbook-xsl',
     # Please add your OS's location here if not listed!
     )
 #######################################################




More information about the svnbook-dev mailing list