Complete.Org: Mailing Lists: Archives: freeciv-dev: September 2003:
[Freeciv-Dev] (PR#6149) Re: (PR#6151) missing .c files in POTFILES.in
Home

[Freeciv-Dev] (PR#6149) Re: (PR#6151) missing .c files in POTFILES.in

[Top] [All Lists]

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: undisclosed-recipients: ;
Subject: [Freeciv-Dev] (PR#6149) Re: (PR#6151) missing .c files in POTFILES.in
From: "Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx>
Date: Fri, 12 Sep 2003 07:11:56 -0700
Reply-to: rt@xxxxxxxxxxxxxx

And here is a patch and POTFILES.skip for S1_14.

I'm not sure if this adds new translatable strings or not.

jason

# List of source files containing translatable strings that will be
# ignored.
# (Filenames relative to top-level directory.)
client/gui-stub/connectdlg.c
? po/POTFILES.skip
Index: po/Makefile.in.in
===================================================================
RCS file: /home/freeciv/CVS/freeciv/po/Makefile.in.in,v
retrieving revision 1.3
diff -u -r1.3 Makefile.in.in
--- po/Makefile.in.in   2002/10/09 14:55:16     1.3
+++ po/Makefile.in.in   2003/09/12 14:10:26
@@ -47,8 +47,8 @@
 
 POFILES = @POFILES@
 GMOFILES = @GMOFILES@
-DISTFILES = ChangeLog Makefile.in.in POTFILES.in $(PACKAGE).pot \
-$(POFILES) $(GMOFILES)
+DISTFILES = ChangeLog Makefile.in.in POTFILES.in POTFILES.skip \
+            $(PACKAGE).pot $(POFILES) $(GMOFILES)
 
 POTFILES = \
 
Index: po/POTFILES.in
===================================================================
RCS file: /home/freeciv/CVS/freeciv/po/POTFILES.in,v
retrieving revision 1.55.2.1
diff -u -r1.55.2.1 POTFILES.in
--- po/POTFILES.in      2002/10/16 23:03:15     1.55.2.1
+++ po/POTFILES.in      2003/09/12 14:10:26
@@ -39,6 +39,7 @@
 server/stdinhand.c
 server/unithand.c
 server/unittools.c
+client/attribute.c
 client/audio.c
 client/audio_esd.c
 client/citydlg_common.c
@@ -48,6 +49,7 @@
 client/clinet.c
 client/control.c
 client/helpdata.c
+client/messagewin_common.c
 client/options.c
 client/packhand.c
 client/tilespec.c

[Prev in Thread] Current Thread [Next in Thread]
  • [Freeciv-Dev] (PR#6149) Re: (PR#6151) missing .c files in POTFILES.in, Jason Short <=