Fix installation of translations
This commit is contained in:
parent
4d23ec5ec0
commit
4b1102916f
2
Makefile
2
Makefile
@ -27,7 +27,7 @@ INSTALL_DATA = ${INSTALL} -m 644
|
||||
INSTALL_DIR = ${INSTALL} -d -m 755
|
||||
INSTALL_SCRIPT = ${INSTALL_PROGRAM}
|
||||
|
||||
pck_catalogs := $(wildcard po/*/*.po)
|
||||
pck_catalogs := $(wildcard po/*.po)
|
||||
|
||||
.po.mo:; msgfmt $< -o $@
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user