[Freeciv-Dev] Re: (PR#3805) [freeciv-i18n] Updating translation
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
On Thu, Mar 27, 2003 at 02:49:53AM -0800, ChrisK@xxxxxxxx wrote:
>
>
> I translate current CVS HEAD with
>
> ./autogen.sh --with-debug=yes ; make ; make install
>
> But the freeciv.pot file isn't updated. I think it was in early days.
> I have to
>
> $ make freeciv.pot
>
> manually. Also,
>
> $ make de.pox
>
> does not work:
>
> chris@max:~/freeciv/cvs/freeciv/po> make de.pox
> make: `de.pox' is up to date.
> chris@max:~/freeciv/cvs/freeciv/po> ls -l freeciv.pot de.pox
> -rw-r--r-- 1 chris users 641585 Mär 5 13:18 de.pox
> -rw-r--r-- 1 chris users 455342 Mär 27 11:36 freeciv.pot
>
> What might go wrong?
Try the attached patch. Downside is that now all languages are
updated.
Raimar
--
email: rf13@xxxxxxxxxxxxxxxxx
The trick is to keep breathing.
Index: po/Makefile.in.in
===================================================================
RCS file: /home/freeciv/CVS/freeciv/po/Makefile.in.in,v
retrieving revision 1.3
diff -u -u -r1.3 Makefile.in.in
--- po/Makefile.in.in 2002/10/09 14:55:16 1.3
+++ po/Makefile.in.in 2003/03/27 15:53:25
@@ -77,6 +77,8 @@
all-yes: $(CATALOGS)
all-no:
+$(CATALOGS): $(PACKAGE).pot
+
# Note: Target 'all' must not depend on target '$(srcdir)/$(PACKAGE).pot',
# otherwise packages like GCC can not be built if only parts of the source
# have been downloaded.
|
|