mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 23:53:53 +01:00
Merge branch 'develop' of pwmt.org:zathura into develop
This commit is contained in:
commit
bbc8076bf8
1
Makefile
1
Makefile
@ -153,6 +153,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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user