summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2006-03-01 18:53:30 +0000
committerjoe <joe@61a7d7f5-40b7-0310-9c16-bb0ea8cb1845>2006-03-01 18:53:30 +0000
commit228565493358fd2fdc9389a4ff23c4f10b8a8e07 (patch)
treec7804ed0ea5d7690f1b98f1b2698c0fe6fb23d55 /Makefile.in
parenta1f04c1ef0c17512d93638771841069b6c299e56 (diff)
downloadneon-228565493358fd2fdc9389a4ff23c4f10b8a8e07.tar.gz
* Makefile.in (update-po): Send output to /dev/null when checking
format strings. git-svn-id: http://svn.webdav.org/repos/projects/neon/trunk@976 61a7d7f5-40b7-0310-9c16-bb0ea8cb1845
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index 6d8f063..d37698c 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# Copyright (C) 2001-2005 Joe Orton <joe@manyfish.co.uk>
+# Copyright (C) 2001-2006 Joe Orton <joe@manyfish.co.uk>
# Copyright (C) 1994, 1995-8, 1999, 2000 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
@@ -193,7 +193,7 @@ update-po:
@for f in $(LINGUAS); do \
echo "> Updating \"$$f\" catalog:"; \
$(MSGMERGE) --update $(top_srcdir)/po/$$f.po $(POTFILE); \
- $(MSGFMT) --check-format $(top_srcdir)/po/$$f.po || exit 1; \
+ $(MSGFMT) --output /dev/null --check-format $(top_srcdir)/po/$$f.po || exit 1; \
done
compile-gmo: