diff options
author | Guillem Jover <guillem@debian.org> | 2014-07-03 01:56:52 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2014-07-08 13:14:04 +0200 |
commit | 05ccc2a5b201a76c0a76e9910abb7b3229e7b079 (patch) | |
tree | d0e7a194d9b962ca7b522353dc3461451aaf11c1 /doc | |
parent | 0c218f7ba6ac4facad2465bc65a6261ae2696a5c (diff) |
build: Set the XSL parameter through the command line instead of sed
Use the xsltproc --stringparam option instead of replacing it inside the
file.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manpage-style.xsl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/manpage-style.xsl b/doc/manpage-style.xsl index 5cb6a58c2..a780bad13 100644 --- a/doc/manpage-style.xsl +++ b/doc/manpage-style.xsl @@ -5,7 +5,6 @@ <xsl:import href="/usr/share/xml/docbook/stylesheet/nwalsh/manpages/docbook.xsl" /> <xsl:param name="man.output.encoding" select="'UTF-8'" /> -<!-- LANGUAGE --> <xsl:template match="email"><<xsl:apply-templates/>></xsl:template> |