mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-28 03:36:01 +01:00
Honor LINGUAS.
This commit is contained in:
parent
dd99eca7c5
commit
ea8e104362
1 changed files with 3 additions and 2 deletions
|
@ -1,8 +1,9 @@
|
|||
# See LICENSE file for license and copyright information
|
||||
|
||||
PROJECT = zathura
|
||||
CATALOGS = $(wildcard *.po)
|
||||
MOS = $(patsubst %.po, %/LC_MESSAGES/${PROJECT}.mo, $(CATALOGS))
|
||||
CATALOGS = $(wildcard *.po)
|
||||
LINGUAS ?= $(patsubst %.po, %, $(CATALOGS))
|
||||
MOS = $(patsubst %, %/LC_MESSAGES/${GETTEXT_PACKAGE}.mo, $(LINGUAS))
|
||||
|
||||
include ../config.mk
|
||||
include ../common.mk
|
||||
|
|
Loading…
Reference in a new issue