Tomb/doc/Makefile.am
Jaromil afdfd02a73 duplicate manpages
this fixes symlink creation problems in packaging for distributions
eventually we'll find a better way to avoid duplication
2011-04-04 12:19:36 +02:00

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