summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakashi Sato <takashi@apache.org>2008-05-06 08:03:34 +0000
committerTakashi Sato <takashi@apache.org>2008-05-06 08:03:34 +0000
commite6bdeb445071560447f453dad25355e413f689d2 (patch)
tree956acf16973224e69a38b5cf762c5801d440b5d6
parent3ff622bd3f1136d06e1df057cfa69c03919459f5 (diff)
downloadhttpd-e6bdeb445071560447f453dad25355e413f689d2.tar.gz
add "DO NOT EDIT" warning to typemaps
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@653700 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/style/xsl/typemap.xsl2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/manual/style/xsl/typemap.xsl b/docs/manual/style/xsl/typemap.xsl
index 4429e7ab2c..7eb7ec2cbb 100644
--- a/docs/manual/style/xsl/typemap.xsl
+++ b/docs/manual/style/xsl/typemap.xsl
@@ -44,6 +44,8 @@
<!-- build typemap -->
<!-- ==================================================================== -->
<xsl:template match="/metafile">
+<xsl:text># GENERATED FROM XML -- DO NOT EDIT</xsl:text>&lf;
+&lf;
<xsl:apply-templates select="variants/variant" />
</xsl:template>
<!-- /metafile -->