mirror of
https://github.com/vgough/encfs.git
synced 2024-11-22 07:53:31 +01:00
only build man if BUILD_MANHTML is true
This commit is contained in:
parent
5753151b09
commit
e407e3c78f
@ -20,7 +20,11 @@ bin_PROGRAMS = encfs encfsctl
|
|||||||
dist_bin_SCRIPTS = encfssh
|
dist_bin_SCRIPTS = encfssh
|
||||||
noinst_PROGRAMS = test makeKey
|
noinst_PROGRAMS = test makeKey
|
||||||
|
|
||||||
|
if BUILD_MANHTML
|
||||||
all-local: encfs-man.html
|
all-local: encfs-man.html
|
||||||
|
else
|
||||||
|
all-local:
|
||||||
|
endif
|
||||||
|
|
||||||
encfs_LDADD = libencfs.la $(ALL_LDFLAGS)
|
encfs_LDADD = libencfs.la $(ALL_LDFLAGS)
|
||||||
encfsctl_LDADD = libencfs.la $(ALL_LDFLAGS)
|
encfsctl_LDADD = libencfs.la $(ALL_LDFLAGS)
|
||||||
|
Loading…
Reference in New Issue
Block a user