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

Adapting build system for subversion.pot

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2004-04-25 22:32:42 CEST

Hi Tobias,

To answer your question about adding pot generation targets to the build
system:

I was unable to decide between adding the following to Makefile.in and let
someone else handle win32, or try to write a platform-independent python
script.

This will generate the right pot from the Makefile:

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

Comments?

bye,

Erik.

-- 
NEU : GMX Internet.FreeDSL
Ab sofort DSL-Tarif ohne Grundgebühr: http://www.gmx.net/dsl
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Apr 25 22:33:00 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.