1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-09-27 02:56:18 -04:00

Added the missing semicolon for the check-po rule.

It is needed there even in the last command, because it's in a foreach loop.
This commit is contained in:
Kalle Olavi Niemitalo 2006-01-02 00:00:40 +02:00 committed by Kalle Olavi Niemitalo
parent 08efa818aa
commit a035b22426

View File

@ -92,7 +92,7 @@ check-po:
@$(foreach lang,$(basename $(if $(strip $(PO)),$(PO),$(GMOFILES))), \
echo -n "$(lang): "; \
$(GMSGFMT) --check --check-accelerators="~" --verbose --statistics -o /dev/null $(srcdir)$(lang).po; \
$(PERL) -I"$(srcdir)perl" $(srcdir)perl/check-accelerator-contexts.pl $(srcdir)$(lang).po \
$(PERL) -I"$(srcdir)perl" $(srcdir)perl/check-accelerator-contexts.pl $(srcdir)$(lang).po; \
)
### Installation and distribution