projects
/
platform
/
upstream
/
cryptsetup.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
3f68441f01e0db379d74e73ee1658df7e6e567c3
[platform/upstream/cryptsetup.git]
/
man
/
Makemodule.am
1
EXTRA_DIST += man/cryptsetup.8 man/integritysetup.8 man/veritysetup.8 man/cryptsetup-reencrypt.8
2
3
man8_MANS += man/cryptsetup.8
4
5
if VERITYSETUP
6
man8_MANS += man/veritysetup.8
7
endif
8
9
if REENCRYPT
10
man8_MANS += man/cryptsetup-reencrypt.8
11
endif
12
13
if INTEGRITYSETUP
14
man8_MANS += man/integritysetup.8
15
endif