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
a054b8d2
Commit
a054b8d2
authored
Jun 17, 2012
by
Moritz Lipp
Browse files
Merge branch 'develop' of pwmt.org:zathura into develop
parents
8e1cf395
ea8e1043
Changes
1
Hide whitespace changes
Inline
Side-by-side
po/Makefile
View file @
a054b8d2
# 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
...
...
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