]> git.pld-linux.org Git - packages/git-core.git/commitdiff
- use DOCBOOK_XSL_172=1 to fix 'the ".ft C" problem' in generated manpages. auto/th/git-core-1_6_5_2-2
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 28 Oct 2009 12:10:45 +0000 (12:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- rel 2

Changed files:
    git-core.spec -> 1.178

git-core.spec

index aab2edb89b6722a31657c5b2aa71dcd121f5d829..a71a31833f61bb43713576abf7bcfd2d00aad303 100644 (file)
@@ -9,7 +9,7 @@ Summary:        The stupid content tracker
 Summary(pl.UTF-8):     Prymitywne narzędzie do śledzenia treści
 Name:          git-core
 Version:       1.6.5.2
-Release:       1
+Release:       2
 License:       GPL v2
 Group:         Development/Tools
 Source0:       http://www.kernel.org/pub/software/scm/git/git-%{version}.tar.bz2
@@ -337,7 +337,8 @@ Ta wtyczka dostarcza podświetlanie składni dla treści commitów gita.
        GITWEB_LOGO="/gitweb/git-logo.png" \
        GITWEB_FAVICON="/gitweb/git-favicon.png"
 
-%{?with_doc:%{__make} -C Documentation}
+# 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}
 
 %if %{with tests}
 %if %{without tests_cvs}
This page took 0.040557 seconds and 4 git commands to generate.