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

[PATCH] Add locale-pot target to Makefile.in

From: Erik Huelsmann <e.huelsmann_at_gmx.net>
Date: 2004-04-26 20:34:45 CEST

Could someone with more build system-fu please verify this patch ...

thanks,

Erik.

Log
[[[
Add locale-pot target to Makefile.in

* Makefile.in: Add locale-pot target

* subversion/po: Add *.pot to svn:ignore list

]]]

Index: Makefile.in
===================================================================
--- Makefile.in (revision 9496)
+++ Makefile.in (working copy)
@@ -257,6 +257,17 @@
  
 local-all: @BUILD_RULES@ @SWIG_BUILD_RULES@
  
+locale-pot:
+ (cd $(abs_srcdir)/subversion/ ; \
+ find . \
+ -name .svn -prune -or \
+ -name tests -prune -or \
+ -name bindings -prune -or \
+ -name "*.c" -print -or \
+ -name "svn_error_codes.h" -print | \
+ xgettext -F -k_ -kN_ -kSVN_ERRDEF:3 --files-from=- \
+ -o po/subversion.pot )
+
 # clean everything but the bulky test output, returning the system back
 # to before 'make' was run.
 fast-clean: doc-clean
 
Property changes on: subversion/po
___________________________________________________________________
Name: svn:ignore
   - *.mo
 
   + *.mo
*.pot

-- 
"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 20:35:03 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.