view locale/GNUmakefile @ 2318:fa2f7ba34399

merge from maint-0-7
author Richard Jones <richard@users.sourceforge.net>
date Sun, 16 May 2004 09:35:50 +0000
parents 1421b19cd61b
children 8ae58eda9331
line wrap: on
line source

XPOT=xpot
PACKAGES=$(shell find ../roundup -type d|grep -v CVS)
VERSION=$(shell cd .. && python -c 'import roundup; print roundup.__version__')

all: messages

messages:
	xpot -p Roundup -v $(VERSION) -o roundup.pot $(PACKAGES:=/*.py)

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