mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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>
This commit is contained in:
parent
7364625510
commit
3d8c298adb
1 changed files with 1 additions and 1 deletions
|
@ -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$$//'`; \
|
||||
|
|
Loading…
Add table
Reference in a new issue