[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Adapting build system for subversion.pot

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2004-04-26 00:10:27 CEST

> > locale-pot:
> > find $abs_srcdir/subversion \
> > -name bindings -prune -or \
> > -name tests -prune -or \
> > -name "*.c" -print -or \
> > -name "svn_error_codes.h -print | \
> > xgettext -k_ -kN_ \
> > -o $abs_srcdir/subversion/po/subversion.pot
> >
> You could also add -kSVN_ERRDEF:3 to this command line to actually extract
> the error messages from svn_error_codes.h. Then you don't need to pub N_:s
> in it. As I understand it, this is included in the public API, so it is
> good not to need to include svn_private_config.h or redefine N_ there.

Just what I was looking for! Thanks. I was having trouble finding a solution
whicb did not require exporting N_()

bye,

Erik.

-- 
"Sie haben neue Mails!" - Die GMX Toolbar informiert Sie beim Surfen!
Jetzt aktivieren unter http://www.gmx.net/info
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Apr 26 00:10:40 2004

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.