You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Ben Collins-Sussman <su...@collab.net> on 2004/03/30 20:42:08 UTC

Re: [PATCH] Do not use gettextize and i18n round 2 Re: I18n: The gettext proposal

Grumble, grumble... Mulberry on OSX is line-wrapping your patch.  :-(

Testing the patch on RH9 with GNU gettext 0.13...


On Tue, 2004-03-30 at 12:28, Justin Erenkrantz wrote:

> +
> +install-i18n:
> +	$(MKDIR) $(DESTDIR)$(localedir)

You need a "; \" at the end of this line, right?  This is probably a
typo?


Otherwise, on my system, the patch seems to "work"... I think.  I have
no es.po file, so I'm not totally sure.  ./configure finds msgfmt, but
then when I 'make', I see nothing special happening.  I assume that the
build-i18n is doing nothing, because es.po doesn't exist?



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: [PATCH] Do not use gettextize and i18n round 2 Re: I18n: The gettext proposal

Posted by Justin Erenkrantz <ju...@erenkrantz.com>.
--On Tuesday, March 30, 2004 2:42 PM -0600 Ben Collins-Sussman 
<su...@collab.net> wrote:

> Grumble, grumble... Mulberry on OSX is line-wrapping your patch.  :-(

I didn't paste that patch right.  I did for the earlier one.  Sorry.  =(

> Testing the patch on RH9 with GNU gettext 0.13...
>> +
>> +install-i18n:
>> +	$(MKDIR) $(DESTDIR)$(localedir)
>
> You need a "; \" at the end of this line, right?  This is probably a
> typo?

Nah, the mkdir can execute in its own subshell.

> Otherwise, on my system, the patch seems to "work"... I think.  I have
> no es.po file, so I'm not totally sure.  ./configure finds msgfmt, but
> then when I 'make', I see nothing special happening.  I assume that the
> build-i18n is doing nothing, because es.po doesn't exist?

Right, you need the es.po file present.  -- justin

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org