removed non-existent man page install
This commit is contained in:
parent
5e9814c847
commit
0c7cc24c83
1 changed files with 0 additions and 3 deletions
3
Makefile
3
Makefile
|
@ -45,12 +45,9 @@ install: all
|
||||||
@mkdir -p ${DESTDIR}${PREFIX}/bin
|
@mkdir -p ${DESTDIR}${PREFIX}/bin
|
||||||
@cp -f quark ${DESTDIR}${PREFIX}/bin
|
@cp -f quark ${DESTDIR}${PREFIX}/bin
|
||||||
@chmod 755 ${DESTDIR}${PREFIX}/bin/quark
|
@chmod 755 ${DESTDIR}${PREFIX}/bin/quark
|
||||||
@echo installing manual page to ${DESTDIR}${MANPREFIX}/man1
|
|
||||||
@mkdir -p ${DESTDIR}${MANPREFIX}/man1
|
|
||||||
|
|
||||||
uninstall:
|
uninstall:
|
||||||
@echo removing executable file from ${DESTDIR}${PREFIX}/bin
|
@echo removing executable file from ${DESTDIR}${PREFIX}/bin
|
||||||
@rm -f ${DESTDIR}${PREFIX}/bin/quark
|
@rm -f ${DESTDIR}${PREFIX}/bin/quark
|
||||||
@echo removing manual page from ${DESTDIR}${MANPREFIX}/man1
|
|
||||||
|
|
||||||
.PHONY: all options clean dist install uninstall
|
.PHONY: all options clean dist install uninstall
|
||||||
|
|
Loading…
Reference in a new issue