]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Merge r653700 from trunk:
authorTakashi Sato <takashi@apache.org>
Tue, 6 May 2008 08:13:23 +0000 (08:13 +0000)
committerTakashi Sato <takashi@apache.org>
Tue, 6 May 2008 08:13:23 +0000 (08:13 +0000)
add "DO NOT EDIT" warning to typemaps

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@653702 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/style/xsl/typemap.xsl

index 4429e7ab2c25f82eacd6b9d83ad98c146e38e113..7eb7ec2cbbc53366a21b815948fa10b68c450d93 100644 (file)
@@ -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 -->