| Revision 2515,
242 bytes
checked in by chris, 3 years ago
(diff) |
|
Add a local copy of the XSL stylesheets needed to build Box Backup docs,
as remote copies are slow and prone to failure and weird behaviour with
different versions of xsltproc (e.g. on Cygwin).
|
| Line | |
|---|
| 1 | <?xml version='1.0'?> |
|---|
| 2 | <xsl:stylesheet |
|---|
| 3 | xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> |
|---|
| 4 | |
|---|
| 5 | <xsl:import href="../xsl-generic/manpages/docbook.xsl"/> |
|---|
| 6 | |
|---|
| 7 | <xsl:param name="chunk.section.depth" select="'0'"/> |
|---|
| 8 | |
|---|
| 9 | </xsl:stylesheet> |
|---|
Note: See
TracBrowser
for help on using the repository browser.