blob: 09f6dd2a183ff44b3c7555ba3aa92c9d53abd1bb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
# Copyright (C) 2006 Trevor Highland <trevor.highland@gmail.com>
#
# This file is free software; as a special exception the author gives
# unlimited permission to copy and/or distribute it, with or without
# modifications, as long as this notice is preserved.
#
# This program is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY, to the extent permitted by law; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
dist_man_MANS = \
ecryptfs.7 \
ecryptfs-add-passphrase.1 \
ecryptfsd.8 \
ecryptfs-find.1 \
ecryptfs-generate-tpm-key.1 \
ecryptfs-insert-wrapped-passphrase-into-keyring.1 \
ecryptfs-manager.8 \
ecryptfs-migrate-home.8 \
ecryptfs-mount-private.1 \
ecryptfs-recover-private.1 \
ecryptfs-rewrap-passphrase.1 \
ecryptfs-rewrite-file.1 \
ecryptfs-setup-private.1 \
ecryptfs-setup-swap.1 \
ecryptfs-stat.1 \
ecryptfs-umount-private.1 \
ecryptfs-unwrap-passphrase.1 \
ecryptfs-verify.1 \
ecryptfs-wrap-passphrase.1 \
mount.ecryptfs.8 \
umount.ecryptfs.8 \
mount.ecryptfs_private.1 \
pam_ecryptfs.8 \
umount.ecryptfs_private.1
|