diff --git a/AUTHORS b/AUTHORS index 1d33d17..620ebc3 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,8 +1,11 @@ -Tomb is designed and written by Denis Roio +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 index 71fb2da..7bc1f08 100644 --- 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