X-Git-Url: http://git.jankratochvil.net/?a=blobdiff_plain;f=src%2Fclient%2Flufs%2FMakefile.am;h=d8be5774ad83c558759b6fa995418fd8d852c331;hb=c2e7350f1fbe992a60538056a90cd7842a782429;hp=ee8e3c4146f24b950eecfc84a05be9bd5692b384;hpb=babf8a80ce53c23254e1148d1ba8ff75ef3c3ee3;p=captive.git diff --git a/src/client/lufs/Makefile.am b/src/client/lufs/Makefile.am index ee8e3c4..d8be577 100644 --- a/src/client/lufs/Makefile.am +++ b/src/client/lufs/Makefile.am @@ -54,3 +54,17 @@ install-exec-hook: endif endif enable_sbin_mount_SCRIPTS=$(sbin_mount_captive_cond) + +EXTRA_DIST+=lufs-captivefs.pod.pl.in +CLEANFILES+=lufs-captivefs.pod lufs-captivefs.1 +EXTRA_DIST+=mount.captive.pod.pl.in +CLEANFILES+=mount.captive.pod mount.captive.1 +if ENABLE_MAN_PAGES +if ENABLE_LUFS +lufs_captivefs_man_cond=lufs-captivefs.7 +if ENABLE_SBIN_MOUNT +mount_captive_man_cond=mount.captive.8 +endif +endif +endif +man_MANS=$(lufs_captivefs_man_cond) $(mount_captive_man_cond)