mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-02-06 08:24:56 +01:00
Update Makefile
This commit is contained in:
parent
ec9e572bb1
commit
28d9758e0e
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -69,7 +69,7 @@ dist: clean
|
||||||
@rm -rf ${PROJECT}-${VERSION}
|
@rm -rf ${PROJECT}-${VERSION}
|
||||||
|
|
||||||
install: all
|
install: all
|
||||||
@echo installing executeable file
|
@echo installing executable file
|
||||||
@mkdir -p ${DESTDIR}${PREFIX}/bin
|
@mkdir -p ${DESTDIR}${PREFIX}/bin
|
||||||
@cp -f ${PROJECT} ${DESTDIR}${PREFIX}/bin
|
@cp -f ${PROJECT} ${DESTDIR}${PREFIX}/bin
|
||||||
@chmod 755 ${PROJECT} ${DESTDIR}${PREFIX}/bin/${PROJECT}
|
@chmod 755 ${PROJECT} ${DESTDIR}${PREFIX}/bin/${PROJECT}
|
||||||
|
@ -79,7 +79,7 @@ install: all
|
||||||
@chmod 644 ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
|
@chmod 644 ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
@echo removing executeable file
|
@echo removing executable file
|
||||||
@rm -f ${DESTDIR}${MANPREFIX}/bin/${PROJECT}
|
@rm -f ${DESTDIR}${MANPREFIX}/bin/${PROJECT}
|
||||||
@echo removing manual page
|
@echo removing manual page
|
||||||
@rm -f ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
|
@rm -f ${DESTDIR}${MANPREFIX}/man1/${PROJECT}.1
|
||||||
|
|
Loading…
Reference in a new issue