mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-11 10:50:01 +01:00
17 lines
362 B
Plaintext
17 lines
362 B
Plaintext
EXTRA_DIST += man/cryptsetup.8 man/integritysetup.8 man/veritysetup.8 man/cryptsetup-reencrypt.8
|
|
|
|
man8_MANS += man/cryptsetup.8 man/cryptsetup-reencrypt.8
|
|
|
|
if VERITYSETUP
|
|
man8_MANS += man/veritysetup.8
|
|
endif
|
|
|
|
if INTEGRITYSETUP
|
|
man8_MANS += man/integritysetup.8
|
|
endif
|
|
|
|
if SSHPLUGIN_TOKEN
|
|
EXTRA_DIST += man/cryptsetup-ssh.8
|
|
man8_MANS += man/cryptsetup-ssh.8
|
|
endif
|