Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
pwmt
zathura
Commits
efcdfaef
Commit
efcdfaef
authored
Jun 25, 2012
by
Sebastian Ramacher
Browse files
Fix regression introduced in fix for #224.
Closes #228.
parent
30fbda13
Changes
1
Hide whitespace changes
Inline
Side-by-side
po/Makefile
View file @
efcdfaef
# See LICENSE file for license and copyright information
PROJECT
=
zathura
GETTEXT_PACKAGE
=
$(PROJECT)
CATALOGS
=
$(
wildcard
*
.po
)
LINGUAS
?=
$(
patsubst
%.po, %,
$(CATALOGS)
)
MOS
=
$(
patsubst
%, %/LC_MESSAGES/
${PROJECT}
.mo,
$(LINGUAS)
)
ALINGUAS
=
$(
shell
find
$(
patsubst
%, %.po,
$(LINGUAS)
)
2>/dev/null
)
MOS
=
$(
patsubst
%, %/LC_MESSAGES/
${GETTEXT_PACKAGE}
.mo,
$(
patsubst
%.po, %,
$(ALINGUAS)
))
include
../config.mk
include
../common.mk
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment