]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
only include local pages.
authorAndre Malo <nd@apache.org>
Tue, 21 Jan 2014 08:56:07 +0000 (08:56 +0000)
committerAndre Malo <nd@apache.org>
Tue, 21 Jan 2014 08:56:07 +0000 (08:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1559942 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/latex/latex.xsl

index 7eb44a0241b99a2b5e713b4bd21b9447d7cf54c0..b892214340c2fa44afaaeab311946c6238f60dbc 100644 (file)
@@ -152,6 +152,7 @@ Server Documentation Project.  More information is available at
 </xsl:template>
 
 <xsl:template match="page">
+<xsl:if test="not(starts-with(@href,'http:') or starts-with(@href, 'https:'))">
 <xsl:text>\include{</xsl:text>
 <xsl:choose>
 <xsl:when test="contains(@href,'.')">
@@ -163,6 +164,7 @@ Server Documentation Project.  More information is available at
 </xsl:choose>
 <xsl:text>}
 </xsl:text>
+</xsl:if>
 </xsl:template>
 
 <xsl:template match="category/title" mode="printcat">