1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-04 17:47:26 +03:00
samba-mirror/docs/settings.xsl.in
Jelmer Vernooij dca802a68a Update DTD location. Fixes smb.conf.5 build.
(This used to be commit b7da25a917d513012748225220114a9aedbe3fd6)
2008-04-23 08:46:22 -05:00

10 lines
423 B
XML

<?xml version='1.0'?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
version="1.1">
<xsl:param name="papersize"><xsl:text>@PAPERSIZE@</xsl:text></xsl:param>
<xsl:param name="docrop"><xsl:text>@DOCROP@</xsl:text></xsl:param>
<xsl:param name="duplicate_ulinks"><xsl:text>@DUPLICATE_ULINKS@</xsl:text></xsl:param>
<xsl:param name="fontsize"><xsl:text>@FONTSIZE@</xsl:text></xsl:param>
</xsl:stylesheet>