diff options
Diffstat (limited to 'ANDROID_3.4.5/tools/perf/Documentation/manpage-bold-literal.xsl')
-rw-r--r-- | ANDROID_3.4.5/tools/perf/Documentation/manpage-bold-literal.xsl | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ANDROID_3.4.5/tools/perf/Documentation/manpage-bold-literal.xsl b/ANDROID_3.4.5/tools/perf/Documentation/manpage-bold-literal.xsl deleted file mode 100644 index 608eb5df..00000000 --- a/ANDROID_3.4.5/tools/perf/Documentation/manpage-bold-literal.xsl +++ /dev/null @@ -1,17 +0,0 @@ -<!-- manpage-bold-literal.xsl: - special formatting for manpages rendered from asciidoc+docbook --> -<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" - version="1.0"> - -<!-- render literal text as bold (instead of plain or monospace); - this makes literal text easier to distinguish in manpages - viewed on a tty --> -<xsl:template match="literal"> - <xsl:value-of select="$git.docbook.backslash"/> - <xsl:text>fB</xsl:text> - <xsl:apply-templates/> - <xsl:value-of select="$git.docbook.backslash"/> - <xsl:text>fR</xsl:text> -</xsl:template> - -</xsl:stylesheet> |