Mercurial > p > roundup > code
view locale/GNUmakefile @ 2308:e21c3a447a62
translate "cannot fork" error message
| author | Alexander Smishlajev <a1s@users.sourceforge.net> |
|---|---|
| date | Fri, 14 May 2004 20:02:44 +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)
