List:Commits« Previous MessageNext Message »
From:mcbrown Date:June 30 2006 9:36pm
Subject:svn commit - mysqldoc@docsrva: r2563 - trunk/xsl.d
View as plain text  
Author: mcbrown
Date: 2006-06-30 21:36:35 +0200 (Fri, 30 Jun 2006)
New Revision: 2563

Log:
Fixed directory naming issue (stupid OS X non-case sensitive filesystems!)



Modified:
   trunk/xsl.d/userconfig.xml

Modified: trunk/xsl.d/userconfig.xml
===================================================================
--- trunk/xsl.d/userconfig.xml	2006-06-30 16:51:05 UTC (rev 2562)
+++ trunk/xsl.d/userconfig.xml	2006-06-30 19:36:35 UTC (rev 2563)
@@ -54,19 +54,19 @@
 
 <fonts>
 
-<font metrics-file="../xsl.d/Fonts/MSArialUnicode.xml" kerning="no"
embed-file="../xsl.d/Fonts/MSArialUnicode.ttf">
+<font metrics-file="../xsl.d/fonts/MSArialUnicode.xml" kerning="no"
embed-file="../xsl.d/Fonts/MSArialUnicode.ttf">
    <font-triplet name="ArialUnicode" style="normal" weight="normal"/>
    <font-triplet name="ArialUnicode" style="italic" weight="normal"/>
    <font-triplet name="ArialUnicode" style="normal" weight="bold"/>
    <font-triplet name="ArialUnicode" style="italic" weight="bold"/>
 </font>
-<font metrics-file="/Data/MySQL/Fonts/msgothic2.xml" kerning="no"
embed-file="/Data/MySQL/Fonts/msgothic2.ttf">
+<font metrics-file="/Data/MySQL/fonts/msgothic2.xml" kerning="no"
embed-file="/Data/MySQL/Fonts/msgothic2.ttf">
    <font-triplet name="Gothic" style="normal" weight="normal"/>
    <font-triplet name="Gothic" style="italic" weight="normal"/>
    <font-triplet name="Gothic" style="normal" weight="bold"/>
    <font-triplet name="Gothic" style="italic" weight="bold"/>
 </font>
-<font metrics-file="/Data/MySQL/Fonts/msgothic0.xml" kerning="no"
embed-file="/Data/MySQL/Fonts/msgothic0.ttf">
+<font metrics-file="/Data/MySQL/fonts/msgothic0.xml" kerning="no"
embed-file="/Data/MySQL/Fonts/msgothic0.ttf">
    <font-triplet name="GothicMono" style="normal" weight="normal"/>
    <font-triplet name="GothicMono" style="normal" weight="bold"/>
    <font-triplet name="GothicMono" style="italic" weight="normal"/>

Thread
svn commit - mysqldoc@docsrva: r2563 - trunk/xsl.dmcbrown30 Jun