correct installation of manpages and symlinks

completed AUTHORS file
This commit is contained in:
Jaromil 2011-01-30 11:59:04 +01:00
parent 2bff19e0e4
commit 4727c052fa
2 changed files with 11 additions and 4 deletions

View File

@ -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.

View File

@ -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