diff options
Diffstat (limited to 'third_party/git/Documentation/manpage.xsl')
-rw-r--r-- | third_party/git/Documentation/manpage.xsl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/git/Documentation/manpage.xsl b/third_party/git/Documentation/manpage.xsl new file mode 100644 index 000000000000..ef64bab17a6f --- /dev/null +++ b/third_party/git/Documentation/manpage.xsl @@ -0,0 +1,3 @@ +<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> + <xsl:import href="http://docbook.sourceforge.net/release/xsl-ns/current/manpages/docbook.xsl" /> +</xsl:stylesheet> |