add $(ALL) to install-translations

merge-requests/1/head
m. allan noah 2009-05-07 14:17:08 -04:00
rodzic 54d4b69abb
commit 484478524e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -438,7 +438,7 @@ all-mos: $(MO_FILES)
@echo "generating $@ from $^"
@$(MSGFMT) -o $@ $^
install-translations:
install-translations: $(ALL)
@for lang in $(ALL_LINGUAS) ; do \
dir=$(localedir)/$${lang}/LC_MESSAGES ; \
echo "installing sane-backends.$${lang}.mo to $${dir}/sane-backends.mo..." ; \