only build man if BUILD_MANHTML is true

This commit is contained in:
bruins 2015-04-04 23:49:29 +10:30
parent 5753151b09
commit e407e3c78f

View File

@ -20,7 +20,11 @@ bin_PROGRAMS = encfs encfsctl
dist_bin_SCRIPTS = encfssh
noinst_PROGRAMS = test makeKey
if BUILD_MANHTML
all-local: encfs-man.html
else
all-local:
endif
encfs_LDADD = libencfs.la $(ALL_LDFLAGS)
encfsctl_LDADD = libencfs.la $(ALL_LDFLAGS)