make man.output.in.separate.dir on by default (#727251)
This commit is contained in:
parent
1f254832e3
commit
63ed29cd4e
@ -1,6 +1,6 @@
|
||||
Name: docbook-style-xsl
|
||||
Version: 1.76.1
|
||||
Release: 2%{?dist}
|
||||
Release: 3%{?dist}
|
||||
Group: Applications/Text
|
||||
|
||||
Summary: Norman Walsh's XSL stylesheets for DocBook XML
|
||||
@ -35,6 +35,8 @@ Patch3: docbook-xsl-newmethods.patch
|
||||
Patch4: docbook-xsl-non-constant-expressions.patch
|
||||
#added fixes for passivetex extension and list-item-body(#161371)
|
||||
Patch5: docbook-xsl-list-item-body.patch
|
||||
#changed default parameters
|
||||
Patch6: docbook-xsl-defaultparams.patch
|
||||
|
||||
|
||||
%description
|
||||
@ -52,6 +54,7 @@ popd
|
||||
%patch3 -p1 -b .newmethods
|
||||
%patch4 -p1 -b .nonconstant
|
||||
%patch5 -p1 -b .listitembody
|
||||
%patch6 -p1 -b .default
|
||||
|
||||
cp -p %{SOURCE1} Makefile
|
||||
|
||||
@ -122,6 +125,9 @@ if [ "$1" = 0 ]; then
|
||||
fi
|
||||
|
||||
%changelog
|
||||
* Mon Aug 29 2011 Ondrej Vasik <ovasik@redhat.com> 1.76.1-3
|
||||
- make man.output.in.separate.dir "on" by default (#727251)
|
||||
|
||||
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.76.1-2
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
||||
|
||||
|
12
docbook-xsl-defaultparams.patch
Normal file
12
docbook-xsl-defaultparams.patch
Normal file
@ -0,0 +1,12 @@
|
||||
diff -urNp docbook-xsl-1.76.1-orig/manpages/param.xsl docbook-xsl-1.76.1/manpages/param.xsl
|
||||
--- docbook-xsl-1.76.1-orig/manpages/param.xsl 2010-11-01 21:06:06.000000000 +0100
|
||||
+++ docbook-xsl-1.76.1/manpages/param.xsl 2011-08-29 16:00:11.330244543 +0200
|
||||
@@ -80,7 +80,7 @@ or
|
||||
<xsl:param name="man.justify">0</xsl:param>
|
||||
<xsl:param name="man.output.base.dir">man/</xsl:param>
|
||||
<xsl:param name="man.output.encoding">UTF-8</xsl:param>
|
||||
-<xsl:param name="man.output.in.separate.dir" select="0"/>
|
||||
+<xsl:param name="man.output.in.separate.dir" select="1"/>
|
||||
<xsl:param name="man.output.lang.in.name.enabled" select="0"/>
|
||||
<xsl:param name="man.output.manifest.enabled" select="0"/>
|
||||
<xsl:param name="man.output.manifest.filename">MAN.MANIFEST</xsl:param>
|
Loading…
Reference in New Issue
Block a user