Skip to content

Commit 68fe6df

Browse files
author
Alexander Smishlajev
committed
build message template file
1 parent 3783b82 commit 68fe6df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

locale/GNUmakefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
XPOT=xpot
2+
PACKAGES=$(shell find ../roundup -type d|grep -v CVS)
3+
VERSION=$(shell cd .. && python -c 'import roundup; print roundup.__version__')
4+
5+
all: messages
6+
7+
messages:
8+
xpot -p Roundup -v $(VERSION) -o roundup.pot $(PACKAGES:=/*.py)

0 commit comments

Comments
 (0)