Merge pull request #75 from xenomorpheus/man

only build man if BUILD_MANHTML is true
This commit is contained in:
Valient Gough 2015-04-04 21:12:55 -07:00
commit 08e918f8ff

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)