2
0
mirror of git://git.proxmox.com/git/spiceterm.git synced 2025-08-29 13:27:36 +00:00

add install target

This commit is contained in:
Dietmar Maurer 2013-10-31 06:34:22 +01:00
parent b97b3a63bc
commit b06b4cdc97

View File

@ -22,6 +22,13 @@ keysyms.h: genkeysym.pl
glyphs: genfont glyphs: genfont
./genfont > glyphs.h ./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 .PHONY: test
test: spiceterm test: spiceterm
./spiceterm --noauth --keymap de & remote-viewer spice://localhost?tls-port=5900 ./spiceterm --noauth --keymap de & remote-viewer spice://localhost?tls-port=5900