annotate locale/GNUmakefile @ 2316:f8a4c51e5847

distutils.log is not available on Python 2.2 and below... ...use Command.announce instead. allow to specify unusual Python tools directory in build command options.
author Alexander Smishlajev <a1s@users.sourceforge.net>
date Sun, 16 May 2004 09:23:18 +0000
parents 1421b19cd61b
children 8ae58eda9331
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
2306
1421b19cd61b build message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
1 XPOT=xpot
1421b19cd61b build message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
2 PACKAGES=$(shell find ../roundup -type d|grep -v CVS)
1421b19cd61b build message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
3 VERSION=$(shell cd .. && python -c 'import roundup; print roundup.__version__')
1421b19cd61b build message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
4
1421b19cd61b build message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
5 all: messages
1421b19cd61b build message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
6
1421b19cd61b build message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
7 messages:
1421b19cd61b build message template file
Alexander Smishlajev <a1s@users.sourceforge.net>
parents:
diff changeset
8 xpot -p Roundup -v $(VERSION) -o roundup.pot $(PACKAGES:=/*.py)

Roundup Issue Tracker: http://roundup-tracker.org/