commit dd91e124b41ef4d139f2b28d7b993529377d5ca5 parent 1068033e932dc0e06650b7bb7feec3c4defa465a Author: Jaromil <jaromil@dyne.org> Date: Sun, 4 Jan 2015 20:33:39 +0100 avoid installing translations by default, recommends with gettext Diffstat:
M | Makefile | | | 7 | ++++++- |
1 file changed, 6 insertions(+), 1 deletion(-)
diff --git a/Makefile b/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