mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-22 12:35:13 +00:00
installs also translated strings
This commit is contained in:
parent
249c3cec1d
commit
e5be8bb36d
5
Makefile
5
Makefile
@ -13,8 +13,9 @@ all:
|
||||
@echo
|
||||
|
||||
install:
|
||||
@install -Dm755 ${PROG} ${DESTDIR}${PREFIX}/bin/${PROG}
|
||||
@install -Dm666 doc/${PROG}.1 ${DESTDIR}${MANDIR}/man1/${PROG}.1
|
||||
@make -C extras/po install
|
||||
install -Dm755 ${PROG} ${DESTDIR}${PREFIX}/bin/${PROG}
|
||||
install -Dm666 doc/${PROG}.1 ${DESTDIR}${MANDIR}/man1/${PROG}.1
|
||||
|
||||
test:
|
||||
make -C extras/test
|
||||
|
Loading…
Reference in New Issue
Block a user