[packages/git-core] Don't use DOCBOOK_XSL_172=1 to generate manuals

draenog draenog at pld-linux.org
Wed Jul 25 11:47:48 CEST 2012


commit e51fbef609cdc0c7480050a2875aebb341a0b2b3
Author: Kacper Kornet <draenog at pld-linux.org>
Date:   Wed Jul 25 09:03:13 2012 +0200

    Don't use DOCBOOK_XSL_172=1 to generate manuals
    
    Revert "- use DOCBOOK_XSL_172=1 to fix 'the ".ft C" problem' in generated
    manpages.", as there is now a newer docbook-style-xsl in PLD.

 git-core.spec | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/git-core.spec b/git-core.spec
index 3816b01..e64f191 100644
--- a/git-core.spec
+++ b/git-core.spec
@@ -10,7 +10,7 @@ Summary:	Distributed version control system focused on speed, effectivity and us
 Summary(pl.UTF-8):	Rozproszony system śledzenia treści skupiony na szybkości, wydajności i użyteczności
 Name:		git-core
 Version:	1.7.11.3
-Release:	1
+Release:	2
 License:	GPL v2
 Group:		Development/Tools
 # Source0:	http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
@@ -398,8 +398,7 @@ echo "BLK_SHA1=1" >> config.mak
 	GITWEB_FAVICON="/gitweb/git-favicon.png" \
 	V=1
 
-# use DOCBOOK_XSL_172=1 to fix 'the ".ft C" problem' in generated manpages.
-%{?with_doc:%{__make} -C Documentation V=1 DOCBOOK_XSL_172=1}
+%{?with_doc:%{__make} -C Documentation}
 
 %if %{with tests}
 %if %{without tests_cvs}


More information about the pld-cvs-commit mailing list