mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-11-10 20:46:08 +01:00
Update Makefile
This commit is contained in:
parent
ec9e572bb1
commit
28d9758e0e
4
Makefile
4
Makefile
@ -69,7 +69,7 @@ dist: clean
|
||||
@rm -rf ${PROJECT}-${VERSION}
|
||||
|
||||
install: all
|
||||
@echo installing executeable file
|
||||
@echo installing executable file
|
||||
@mkdir -p ${DESTDIR}${PREFIX}/bin
|
||||
@cp -f ${PROJECT} ${DESTDIR}${PREFIX}/bin
|
||||
@chmod 755 ${PROJECT} ${DESTDIR}${PREFIX}/bin/${PROJECT}
|
||||
@ -79,7 +79,7 @@ install: all
|
||||
@chmod 644 ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
|
||||
|
||||
uninstall:
|
||||
@echo removing executeable file
|
||||
@echo removing executable file
|
||||
@rm -f ${DESTDIR}${MANPREFIX}/bin/${PROJECT}
|
||||
@echo removing manual page
|
||||
@rm -f ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
|
||||
|
Loading…
Reference in New Issue
Block a user