mirror of
git://git.proxmox.com/git/spiceterm.git
synced 2024-12-22 13:34:06 +03:00
add install target
This commit is contained in:
parent
b97b3a63bc
commit
b06b4cdc97
7
Makefile
7
Makefile
@ -22,6 +22,13 @@ keysyms.h: genkeysym.pl
|
||||
glyphs: genfont
|
||||
./genfont > glyphs.h
|
||||
|
||||
.PHONY: install
|
||||
install:
|
||||
mkdir -p ${DESTDIR}/usr/share/doc/${PACKAGE}
|
||||
mkdir -p ${DESTDIR}/usr/share/man/man1
|
||||
mkdir -p ${DESTDIR}/usr/bin
|
||||
install -s -m 0755 spiceterm ${DESTDIR}/usr/bin
|
||||
|
||||
.PHONY: test
|
||||
test: spiceterm
|
||||
./spiceterm --noauth --keymap de & remote-viewer spice://localhost?tls-port=5900
|
||||
|
Loading…
Reference in New Issue
Block a user