]> granicus.if.org Git - apache/commitdiff
just another ant caching issue.
authorAndre Malo <nd@apache.org>
Sat, 21 Sep 2002 22:33:43 +0000 (22:33 +0000)
committerAndre Malo <nd@apache.org>
Sat, 21 Sep 2002 22:33:43 +0000 (22:33 +0000)
This patch actually doesn't solve the problem. It works
around with our current data. Probably we have to separate
the build of the module docs (<modulesynopsis>)
*sigh*

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96945 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/common.xsl

index c732d6171af5d9270c92ad47499840e93c07ab4b..2d7764612857ddab9fa385222e784fadb9796e40 100644 (file)
   <!-- make sure, we set relative anchors
        only, if we're actually transforming
        a modulefile (see <directive>) -->
-  <xsl:variable name="in-modulesynopsis">
-    <xsl:if test="/modulesynopsis">1</xsl:if>
+  <xsl:variable name="in-modulesynopsis"><xsl:choose>
+    <xsl:when test="/quickreference">0</xsl:when>
+
+    <xsl:otherwise>1</xsl:otherwise></xsl:choose>
   </xsl:variable>
 
   <!--                                                            -->