mirror of
https://github.com/vgough/encfs.git
synced 2025-05-29 14:41:11 +02: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
|
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…
x
Reference in New Issue
Block a user