~ubuntu-branches/ubuntu/maverick/svn-workbench/maverick

« back to all changes in this revision

Viewing changes to Source/macosx.mak

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-07-30 23:33:06 UTC
  • mfrom: (2.1.9 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080730233306-f4radlcg6d8dr9k8
Tags: 1.5.4-2
Fix wx import. Closes: #492605.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
#
2
2
#       Mac OS X makefile for WorkBench
3
3
#
4
 
all: wb_version.py wb_images.py
 
4
all: wb_version.py wb_images.py locale/en/LC_MESSAGES/pysvn_workbench.mo
 
5
 
 
6
locale/en/LC_MESSAGES/pysvn_workbench.mo:
 
7
        ./make-pot-file.sh
 
8
        ./make-po-file.sh en
 
9
        ./make-mo-files.sh locale
 
10
 
 
11
clean:: 
 
12
        rm -rf locale/*
5
13
 
6
14
include wb_common.mak