mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2025-01-03 14:17:37 +00:00
avoid installing translations by default, recommends with gettext
This commit is contained in:
parent
1068033e93
commit
dd91e124b4
7
Makefile
7
Makefile
@ -13,9 +13,14 @@ all:
|
||||
@echo
|
||||
|
||||
install:
|
||||
@make -C extras/po install
|
||||
install -Dm755 ${PROG} ${DESTDIR}${PREFIX}/bin/${PROG}
|
||||
install -Dm666 doc/${PROG}.1 ${DESTDIR}${MANDIR}/man1/${PROG}.1
|
||||
@echo
|
||||
@echo "Tomb is installed succesfully. To install language translations, make sure"
|
||||
@echo "gettext is also installed, then 'cd extras/po' and 'make install' there."
|
||||
@echo
|
||||
@echo "Look around the extras/ directory, it contains other interesting modules."
|
||||
@echo
|
||||
|
||||
test:
|
||||
make -C extras/test
|
||||
|
Loading…
Reference in New Issue
Block a user