mirror of
https://github.com/vgough/encfs.git
synced 2024-11-21 23:43:26 +01:00
Merge pull request #75 from xenomorpheus/man
only build man if BUILD_MANHTML is true
This commit is contained in:
commit
08e918f8ff
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user