Complete.Org: Mailing Lists: Archives: freeciv-dev: May 2004:
[Freeciv-Dev] (PR#8673) fix POTFILES.in
Home

[Freeciv-Dev] (PR#8673) fix POTFILES.in

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#8673) fix POTFILES.in
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Tue, 4 May 2004 11:46:05 -0700
Reply-to: rt@xxxxxxxxxxx

<URL: http://rt.freeciv.org/Ticket/Display.html?id=8673 >

POTFILES.in is broken because files have moved from common/ to utility/. 
  This breaks "make dist".

The attached patch fixes it.  I will apply immediately.

jason

Index: po/POTFILES.in
===================================================================
RCS file: /home/freeciv/CVS/freeciv/po/POTFILES.in,v
retrieving revision 1.63
diff -u -r1.63 POTFILES.in
--- po/POTFILES.in      12 Apr 2004 00:45:19 -0000      1.63
+++ po/POTFILES.in      4 May 2004 18:45:09 -0000
@@ -2,18 +2,18 @@
 # (Filenames relative to top-level directory.)
 common/city.c
 common/connection.c
-common/log.c
 common/map.c
-common/mem.c
 common/packets.c
 common/player.c
-common/shared.c
-common/support.c
 common/tech.c
 common/unit.c
 common/unittype.c
 common/version.c
 common/aicore/cm.c
+utility/log.c
+utility/mem.c
+utility/shared.c
+utility/support.c
 ai/aicity.c
 ai/advdiplomacy.c
 server/autoattack.c

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#8673) fix POTFILES.in, Jason Short <=