summaryrefslogtreecommitdiff
path: root/man/Makefile.in
diff options
context:
space:
mode:
authorJoe Thornber <ejt@redhat.com>2018-04-30 10:11:23 +0100
committerJoe Thornber <ejt@redhat.com>2018-04-30 10:11:23 +0100
commit2bc896f2a3a0023a4f45f10da3d0a22295a633ee (patch)
tree087c26fa6aa3d6e9e165a83861dc391d4bdc6b9a /man/Makefile.in
parent545ca594689575fdd58877ad6f66abe1fdab815d (diff)
downloadlvm2-2bc896f2a3a0023a4f45f10da3d0a22295a633ee.tar.gz
build: remove --with-{snapshots,mirrors,raid,thin,cache} options from ./configure
It now behaves as if the were all set as 'internal'
Diffstat (limited to 'man/Makefile.in')
-rw-r--r--man/Makefile.in14
1 files changed, 1 insertions, 13 deletions
diff --git a/man/Makefile.in b/man/Makefile.in
index a40e1689e..844b0ca98 100644
--- a/man/Makefile.in
+++ b/man/Makefile.in
@@ -64,7 +64,6 @@ ifeq ($(MAN_ALL),"yes")
MAN8+=$(FSADMMAN) $(LVMETADMAN) $(LVMPOLLDMAN) $(LVMLOCKDMAN) $(LVMDBUSDMAN)
MAN8DM+=$(BLKDEACTIVATEMAN) $(DMEVENTDMAN) $(DMFILEMAPDMAN)
MAN8CLUSTER+=$(CLVMDMAN) $(CMIRRORDMAN)
- MAN7+=$(LVMCACHEMAN) $(LVMTHINMAN) $(LVMRAIDMAN)
else
ifeq ("@FSADM@", "yes")
MAN8+=$(FSADMMAN)
@@ -105,20 +104,9 @@ else
ifeq ("@BUILD_CMIRRORD@", "yes")
MAN8CLUSTER+=$(CMIRRORDMAN)
endif
-
- ifneq ("@CACHE@", "none")
- MAN7+=$(LVMCACHEMAN)
- endif
-
- ifneq ("@THIN@", "none")
- MAN7+=$(LVMTHINMAN)
- endif
-
- ifneq ("@RAID@", "none")
- MAN7+=$(LVMRAIDMAN)
- endif
endif
+MAN7+=$(LVMCACHEMAN) $(LVMTHINMAN) $(LVMRAIDMAN)
MAN5DIR=$(mandir)/man5
MAN7DIR=$(mandir)/man7
MAN8DIR=$(mandir)/man8