You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-strategy/freeciv/files/freeciv-2.3.0-clean-man.patch

22 lines
407 B

--- doc/man/Makefile.in.orig
+++ doc/man/Makefile.in
@@ -360,8 +360,7 @@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
MAN_PAGES = \
- freeciv-server.6 \
- freeciv-client.6
+ freeciv-server.6
MAN_LINKS = \
freeciv-gtk2.6 \
@@ -370,7 +369,7 @@
freeciv-win32.6 \
freeciv-ftwl.6
-man_MANS = $(MAN_PAGES) $(MAN_LINKS)
+man_MANS = $(MAN_PAGES)
EXTRA_DIST = $(MAN_LINKS)
all: all-am