summaryrefslogtreecommitdiffstats
path: root/docs/manual
diff options
context:
space:
mode:
authorTakashi Sato <takashi@apache.org>2008-05-06 10:03:34 +0200
committerTakashi Sato <takashi@apache.org>2008-05-06 10:03:34 +0200
commite6bdeb445071560447f453dad25355e413f689d2 (patch)
tree956acf16973224e69a38b5cf762c5801d440b5d6 /docs/manual
parent"proceeding" typo (diff)
downloadapache2-e6bdeb445071560447f453dad25355e413f689d2.tar.xz
apache2-e6bdeb445071560447f453dad25355e413f689d2.zip
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
Diffstat (limited to 'docs/manual')
-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 -->