]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't build tex2rtf and HelpGen utils in non-GUI buildbot builds.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Jul 2013 11:32:46 +0000 (11:32 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 14 Jul 2013 11:32:46 +0000 (11:32 +0000)
Both of those are obsolete and don't exist in 2.9 any longer.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74512 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

build/buildbot/config/include/defs.xml

index c275cdf033da385f4be04bef115cd3a43dbe2383..5c90197d79176bf0851011a9f4ee52687fcca548 100644 (file)
         <xsl:text> </xsl:text>
     </xsl:if>
 
         <xsl:text> </xsl:text>
     </xsl:if>
 
-    <xsl:if test="$utils = 'true'">
-        <xsl:choose>
-            <xsl:when test="$gui = 'true'">utils</xsl:when>
-            <xsl:otherwise>utils/tex2rtf/src ../../HelpGen/src</xsl:otherwise>
-        </xsl:choose>
-        <xsl:text> </xsl:text>
-    </xsl:if>
+    <xsl:if test="$utils = 'true' and $gui = 'true'">utils </xsl:if>
 
     <xsl:if test="$demos = 'true' and $gui = 'true'">demos </xsl:if>
 
 
     <xsl:if test="$demos = 'true' and $gui = 'true'">demos </xsl:if>