commit e5be8bb36d633757da2c3fee1857ee17fa847a9a parent 249c3cec1d6e2cb6894ec337a00165a7c8e4f0f4 Author: Jaromil <jaromil@dyne.org> Date: Sat, 15 Nov 2014 03:14:42 +0100 installs also translated strings Diffstat:
M | Makefile | | | 5 | +++-- |
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/Makefile b/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