Fix installation of translations
This commit is contained in:
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 $@
|
||||
|
||||
|
||||
Reference in New Issue
Block a user