Imported Upstream version 2.3.7
[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