summaryrefslogtreecommitdiff
path: root/deps/jemalloc/doc/html.xsl.in
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2011-05-09 10:52:55 +0200
committerantirez <antirez@gmail.com>2011-06-20 11:30:06 +0200
commita78e148b7d12a8c46b0a4686a9b0a3e8e054261c (patch)
treee6317a5a2f11b50a26bfb452d4d3671f67b524ac /deps/jemalloc/doc/html.xsl.in
parent07486df6fecae97b02171bba86f51d5df0a94cb5 (diff)
downloadredis-a78e148b7d12a8c46b0a4686a9b0a3e8e054261c.tar.gz
jemalloc source added
Diffstat (limited to 'deps/jemalloc/doc/html.xsl.in')
-rw-r--r--deps/jemalloc/doc/html.xsl.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/deps/jemalloc/doc/html.xsl.in b/deps/jemalloc/doc/html.xsl.in
new file mode 100644
index 000000000..a91d9746f
--- /dev/null
+++ b/deps/jemalloc/doc/html.xsl.in
@@ -0,0 +1,4 @@
+<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
+ <xsl:import href="@XSLROOT@/html/docbook.xsl"/>
+ <xsl:import href="@abs_srcroot@doc/stylesheet.xsl"/>
+</xsl:stylesheet>