diff -Nurd -X.diff_ignore freeciv/manual/Makefile.am freeciv/manual/Makefile.am
--- freeciv/manual/Makefile.am	2012-10-04 16:56:44.755430868 +0300
+++ freeciv/manual/Makefile.am	2013-02-27 08:59:42.630097465 +0200
@@ -15,13 +15,10 @@
 freeciv_manual_SOURCES = \
 		civmanual.c
 
-# This is a bit of a hack.  The program links in with the server lib
-# but also uses some files from the client.
-EXTRA_freeciv_manual_DEPENDENCIES = \
- $(top_builddir)/client/helpdata.lo
-
 freeciv_manual_LDFLAGS = $(GGZDMOD_LDFLAGS)
 
+# This is a bit of a hack.  The program links in with the server lib
+# but also uses some files from the client.
 freeciv_manual_LDADD = \
  $(top_builddir)/server/libfreeciv-srv.la \
  ../client/helpdata.lo \
