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
66999860
Commit
66999860
authored
Apr 20, 2012
by
Moritz Lipp
Browse files
Merge branch 'develop' of pwmt.org:zathura into develop
parents
798c97f4
6947fd32
Changes
1
Hide whitespace changes
Inline
Side-by-side
po/Makefile
View file @
66999860
...
...
@@ -37,7 +37,7 @@ update-po: ${PROJECT}.pot
install
:
${MOS}
$(ECHO)
installing translations
$(QUIET)
set
-e
&&
for
f
in
$^
;
do
\
mkdir
-p
$(DESTDIR)$(LOCALEDIR)
/
`
dirname
$$
f
`
;
\
mkdir
-p
-m
755
$(DESTDIR)$(LOCALEDIR)
/
`
dirname
$$
f
`
;
\
install
-m
644
$$
f
$(DESTDIR)$(LOCALEDIR)
/
`
dirname
$$
f
`
;
\
done
...
...
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