tinstalls also translated strings - tomb - the crypto undertaker
 (HTM) git clone git://parazyd.org/tomb.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit e5be8bb36d633757da2c3fee1857ee17fa847a9a
 (DIR) parent 249c3cec1d6e2cb6894ec337a00165a7c8e4f0f4
 (HTM) 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(-)
       ---
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -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