mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-06 03:55:59 +01:00
Merge branch 'develop' of pwmt.org:zathura into develop
This commit is contained in:
commit
6cdfd456b8
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -175,7 +175,7 @@ uninstall-headers:
|
||||||
$(ECHO) removing pkgconfig file
|
$(ECHO) removing pkgconfig file
|
||||||
$(QUIET)rm -f ${DESTDIR}${LIBDIR}/pkgconfig/${PROJECT}.pc
|
$(QUIET)rm -f ${DESTDIR}${LIBDIR}/pkgconfig/${PROJECT}.pc
|
||||||
|
|
||||||
uninstall:
|
uninstall: uninstall-headers
|
||||||
$(ECHO) removing executable file
|
$(ECHO) removing executable file
|
||||||
$(QUIET)rm -f ${DESTDIR}${PREFIX}/bin/${PROJECT}
|
$(QUIET)rm -f ${DESTDIR}${PREFIX}/bin/${PROJECT}
|
||||||
$(ECHO) removing manual pages
|
$(ECHO) removing manual pages
|
||||||
|
|
Loading…
Reference in a new issue