mirror of
https://github.com/Llewellynvdm/Tomb.git
synced 2024-11-09 22:50:56 +00:00
afdfd02a73
this fixes symlink creation problems in packaging for distributions eventually we'll find a better way to avoid duplication
9 lines
267 B
Makefile
9 lines
267 B
Makefile
|
|
man_MANS = tomb.1 tomb-open.1 tomb-status.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
|