diff options
| author | bwarsaw | 2002-07-30 19:09:53 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-07-30 19:09:53 +0000 |
| commit | 39b919ceb4fc5140986f1398fa0f9bdbbe57bc5c (patch) | |
| tree | a543f2ff6c7e9da47892b2bb6dc0a53de2fe8a2e /messages | |
| parent | af7eb7e1817342662d4c90de6e460cad32f31b05 (diff) | |
| download | mailman-39b919ceb4fc5140986f1398fa0f9bdbbe57bc5c.tar.gz mailman-39b919ceb4fc5140986f1398fa0f9bdbbe57bc5c.tar.zst mailman-39b919ceb4fc5140986f1398fa0f9bdbbe57bc5c.zip | |
Diffstat (limited to 'messages')
| -rw-r--r-- | messages/Makefile.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/messages/Makefile.in b/messages/Makefile.in index 0c24bbfec..1900ee704 100644 --- a/messages/Makefile.in +++ b/messages/Makefile.in @@ -74,6 +74,13 @@ all: catalogs: $(TARGETS) +check: + @for file in $(POFILES); \ + do \ + echo "Checking $$file"; \ + msgfmt -o /dev/null --statistics -v $$file; \ + done + install: doinstall # we should depend on the .mo files instead of making them! |
