Rename to crypsetup-reencrypt.
[platform/upstream/cryptsetup.git] / man / Makefile.am
index 1825d66..c78b389 100644 (file)
@@ -1,3 +1,11 @@
 man8_MANS = cryptsetup.8
 
-EXTRA_DIST = cryptsetup.8
\ No newline at end of file
+if VERITYSETUP
+man8_MANS += veritysetup.8
+endif
+
+if REENCRYPT
+man8_MANS += cryptsetup-reencrypt.8
+endif
+
+EXTRA_DIST = $(man8_MANS)