commit 4727c052fae8bff398e479a7ad296aceb3799c79 parent 2bff19e0e42fcb49421364444de8adfc4c598298 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(-)
diff --git a/AUTHORS b/AUTHORS @@ -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. diff --git a/doc/Makefile.am b/doc/Makefile.am @@ -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