Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-strategy/freeciv/files: freeciv-2.2.0-clean-man.patch
Date: Fri, 26 Feb 2010 20:08:41
Message-Id: E1Nl6UJ-00067U-M9@stork.gentoo.org
1 mr_bones_ 10/02/26 20:08:39
2
3 Added: freeciv-2.2.0-clean-man.patch
4 Log:
5 version bump
6 (Portage version: 2.1.7.16/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 games-strategy/freeciv/files/freeciv-2.2.0-clean-man.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/files/freeciv-2.2.0-clean-man.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-strategy/freeciv/files/freeciv-2.2.0-clean-man.patch?rev=1.1&content-type=text/plain
13
14 Index: freeciv-2.2.0-clean-man.patch
15 ===================================================================
16 diff -ru freeciv-2.2.0.orig/doc/man/Makefile.in freeciv-2.2.0/doc/man/Makefile.in
17 --- freeciv-2.2.0.orig/doc/man/Makefile.in 2010-02-21 13:52:28.000000000 -0500
18 +++ freeciv-2.2.0/doc/man/Makefile.in 2010-02-26 04:00:07.713504939 -0500
19 @@ -347,8 +347,7 @@
20 top_builddir = @top_builddir@
21 top_srcdir = @top_srcdir@
22 MAN_PAGES = \
23 - freeciv-server.6 \
24 - freeciv-client.6
25 + freeciv-server.6
26
27 MAN_LINKS = \
28 freeciv-gtk2.6 \
29 @@ -357,7 +356,7 @@
30 freeciv-win32.6 \
31 freeciv-ftwl.6
32
33 -man_MANS = $(MAN_PAGES) $(MAN_LINKS)
34 +man_MANS = $(MAN_PAGES)
35 EXTRA_DIST = $(man_MANS)
36 all: all-am