summaryrefslogtreecommitdiffstats
path: root/man/Makemodule.am
blob: 3f68441f01e0db379d74e73ee1658df7e6e567c3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
EXTRA_DIST += man/cryptsetup.8 man/integritysetup.8 man/veritysetup.8 man/cryptsetup-reencrypt.8

man8_MANS += man/cryptsetup.8

if VERITYSETUP
man8_MANS += man/veritysetup.8
endif

if REENCRYPT
man8_MANS += man/cryptsetup-reencrypt.8
endif

if INTEGRITYSETUP
man8_MANS += man/integritysetup.8
endif