mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 12:05:59 +01:00
Merge branch 'develop' of pwmt.org:zathura into develop
This commit is contained in:
commit
a054b8d25b
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