diff options
author | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-07 12:44:07 +0200 |
---|---|---|
committer | Lukas Fleischer <archlinux@cryptocrack.de> | 2011-04-10 16:27:47 +0200 |
commit | 3d8c298adb1ae39f800441a1a753d2d5024819c0 (patch) | |
tree | 3aa6c41c60fdc62bd9b91473248d775391a070ee | |
parent | 736462551054d1181d511f01363089a41f5858db (diff) | |
download | aurweb-3d8c298adb1ae39f800441a1a753d2d5024819c0.tar.xz |
Add "--check" to msgfmt(1) invocation in Makefile.
We can add this as we finally have proper portable objects now.
Signed-off-by: Lukas Fleischer <archlinux@cryptocrack.de>
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 9b4ff65..c92176d 100644 --- a/po/Makefile +++ b/po/Makefile @@ -33,7 +33,7 @@ MSGID_BUGS_ADDRESS = https://bugs.archlinux.org/index.php?project=2 all: ${MOFILES} %.mo: %.po - msgfmt -o $@ $< + msgfmt --check -o $@ $< %.po-update: %.po aur.pot lang=`echo $@ | sed -e 's/\.po-update$$//'`; \ |