Default config added to install target

This commit is contained in:
kapsh 2016-02-11 23:48:41 +03:00
parent 3563fb5314
commit d80afe171c
1 changed files with 2 additions and 0 deletions

View File

@ -37,7 +37,9 @@ termite: termite.cc url_regex.hh util/clamp.hh util/maybe.hh util/memory.hh
install: termite termite.desktop termite.terminfo
mkdir -p ${DESTDIR}${TERMINFO}
mkdir -p ${DESTDIR}/etc/xdg/termite
install -Dm755 termite ${DESTDIR}${PREFIX}/bin/termite
install -Dm644 config ${DESTDIR}/etc/xdg/termite/config
install -Dm644 termite.desktop ${DESTDIR}${PREFIX}/share/applications/termite.desktop
install -Dm644 man/termite.1 ${DESTDIR}${PREFIX}/share/man/man1/termite.1
install -Dm644 man/termite.config.5 ${DESTDIR}${PREFIX}/share/man/man5/termite.config.5