view locale/GNUmakefile @ 2314:7c8d2e9a0566

fix DateHTMLProperty so local() can override user timezone [SF#953678]
author Richard Jones <richard@users.sourceforge.net>
date Sat, 15 May 2004 03:53:43 +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/