echo formatted language

git-svn-id: https://linkchecker.svn.sourceforge.net/svnroot/linkchecker/trunk/linkchecker@2006 e7d03fd6-7b0d-0410-9947-9c21f3af8025
This commit is contained in:
calvin 2004-11-18 09:58:37 +00:00
parent 22c0ef3de4
commit 6166946238

View file

@ -11,10 +11,11 @@ LFILE = LC_MESSAGES/$(PACKAGE).mo
LANGUAGES = de fr nl
mofiles:
for la in $(LANGUAGES); do \
@for la in $(LANGUAGES); do \
if [ ! -d $(LDIR)/$$la/LC_MESSAGES ]; then \
mkdir -p $(LDIR)/$$la/LC_MESSAGES; \
fi; \
echo "Formatting language catalog $${la}:"; \
$(MSGFMT) -c --statistics -o $(LDIR)/$$la/$(LFILE) $$la.po; \
done