Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
62bc243
)
misc: don't unconditionally install manual page for fuse2fs
author
Ingo Brückl
<ib@wupperonline.de>
Thu, 9 Jun 2016 20:56:50 +0000
(16:56 -0400)
committer
Theodore Ts'o
<tytso@mit.edu>
Thu, 9 Jun 2016 20:56:50 +0000
(16:56 -0400)
Only install the manual page if fuse2fs itself will be installed.
Signed-off-by: Ingo Brückl <ib@wupperonline.de>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/Makefile.in
patch
|
blob
|
history
diff --git
a/misc/Makefile.in
b/misc/Makefile.in
index
070a6e3
..
f67c9c7
100644
(file)
--- a/
misc/Makefile.in
+++ b/
misc/Makefile.in
@@
-43,7
+43,8
@@
SMANPAGES= tune2fs.8 mklost+found.8 mke2fs.8 dumpe2fs.8 badblocks.8 \
FMANPAGES= mke2fs.conf.5 ext4.5
UPROGS= chattr lsattr @UUID_CMT@ uuidgen
-UMANPAGES= chattr.1 fuse2fs.1 lsattr.1 @UUID_CMT@ uuidgen.1
+UMANPAGES= chattr.1 lsattr.1 @UUID_CMT@ uuidgen.1
+UMANPAGES+= @FUSE_CMT@ fuse2fs.1
LPROGS= @E2INITRD_PROG@