~svn/ubuntu/oneiric/subversion/ppa

« back to all changes in this revision

Viewing changes to build/generator/build_locale.ezt

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2005-12-05 01:26:14 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20051205012614-qom4xfypgtsqc2xq
Tags: 1.2.3dfsg1-3ubuntu1
Merge with the final Debian release of 1.2.3dfsg1-3, bringing in
fixes to the clean target, better documentation of the libdb4.3
upgrade and build fixes to work with swig1.3_1.3.27.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
@echo off
 
2
@rem **************************************************************************
 
3
cd ..\..\subversion\po
 
4
[for pofiles]echo Running msgfmt on [pofiles.po]...
 
5
python ..\..\build\strip-po-charset.py [pofiles.po] [pofiles.spo]
 
6
if not errorlevel 0 goto err
 
7
msgfmt.exe -o [pofiles.mo] [pofiles.spo]
 
8
if not errorlevel 0 goto err
 
9
del [pofiles.spo]
 
10
[end]
 
11
goto end
 
12
@rem **************************************************************************
 
13
:err
 
14
set exitcode=1
 
15
:end
 
16
exit %exitcode%