URI: 
       tcorrect installation of manpages and symlinks completed AUTHORS file - tomb - the crypto undertaker
  HTML git clone git://parazyd.org/tomb.git
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 4727c052fae8bff398e479a7ad296aceb3799c79
   DIR parent 2bff19e0e42fcb49421364444de8adfc4c598298
  HTML Author: Jaromil <jaromil@dyne.org>
       Date:   Sun, 30 Jan 2011 11:59:04 +0100
       
       correct installation of manpages and symlinks
       completed AUTHORS file
       
       Diffstat:
         M AUTHORS                             |       9 ++++++---
         M doc/Makefile.am                     |       7 ++++++-
       
       2 files changed, 12 insertions(+), 4 deletions(-)
       ---
   DIR diff --git a/AUTHORS b/AUTHORS
       t@@ -1,8 +1,11 @@
        
       -Tomb is designed and written by Denis Roio <jaromil@dyne.org>
       +Tomb is designed and written by Denis Roio aka Jaromil.
        
       -Tomb's artwork is contributed by Jordi aka Món Mort
       +Tomb's artwork is contributed by Jordi aka Mon Mort
       +
       +Testing and fixes are contributed by Dreamer and Hellekin O. Wolf
       +
       +Cryptsetup is developed by Christophe Saout and Clemens Fruhwirth
        
       -Testing and fixes are contributed by Dreamer and Hellekin O. Wolf.
        
        
   DIR diff --git a/doc/Makefile.am b/doc/Makefile.am
       t@@ -1,5 +1,9 @@
        
       -man_MANS = tomb.1 tomb-open.1 tomb-status.1 tomb-askpass.1
       +man_MANS = tomb.1
        
        EXTRA_DIST = Luks_on_disk_format.pdf New_methods_in_HD_encryption.pdf TKS1-draft.pdf
        
       +install-data-hook:
       +        ln -sf $(mandir)/man1/tomb.1 $(mandir)/man1/tomb-open.1
       +        ln -sf $(mandir)/man1/tomb.1 $(mandir)/man1/tomb-status.1
       +        ln -sf $(mandir)/man1/tomb.1 $(mandir)/man1/tomb-askpass.1
       +\ No newline at end of file