Skip to content
GitLab
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
904bc8cf
Commit
904bc8cf
authored
Mar 07, 2012
by
Sebastian Ramacher
Browse files
Copy uninstall target in po/Makefile from girara.
parent
dfd2f5be
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
904bc8cf
...
...
@@ -149,6 +149,7 @@ uninstall:
$(QUIET)
rm
-f
${DESTDIR}${DESKTOPPREFIX}
/
${PROJECT}
.desktop
$(ECHO)
removing pkgconfig file
$(QUIET)
rm
-f
${DESTDIR}${PREFIX}
/lib/pkgconfig/
${PROJECT}
.pc
$(MAKE)
-C
po
install
-include
$(wildcard .depend/*.dep)
...
...
po/Makefile
View file @
904bc8cf
...
...
@@ -38,3 +38,9 @@ install: ${MOS}
mkdir
-p
$(DESTDIR)$(LOCALEDIR)
/
`
dirname
$$
f
`
;
\
install
-m
644
$$
f
$(DESTDIR)$(LOCALEDIR)
/
`
dirname
$$
f
`
;
\
done
uninstall
:
${MOS}
$(ECHO)
removing translations
$(QUIET)
set
-e
&&
for
f
in
$^
;
do
\
rm
-f
$(LOCALEDIR)
/
$$
f
;
\
done
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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