mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-05 21:07:58 +00:00
1a6fd48def
using pinentry (with Assuan protocol) instead of our own askpass a bit less cooler but much more secure. this also includes partial normalization of variable names and the redirection of tomb operational output to stderr.
9 lines
241 B
Makefile
9 lines
241 B
Makefile
|
|
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
|