mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-27 17:47:52 +01:00
Stupid me.
This commit is contained in:
parent
a054b8d25b
commit
be85d21d5c
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
PROJECT = zathura
|
||||
CATALOGS = $(wildcard *.po)
|
||||
LINGUAS ?= $(patsubst %.po, %, $(CATALOGS))
|
||||
MOS = $(patsubst %, %/LC_MESSAGES/${GETTEXT_PACKAGE}.mo, $(LINGUAS))
|
||||
MOS = $(patsubst %, %/LC_MESSAGES/${PROJECT}.mo, $(LINGUAS))
|
||||
|
||||
include ../config.mk
|
||||
include ../common.mk
|
||||
|
|
Loading…
Reference in a new issue