summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2015-08-28 13:03:18 +0100
committerAlasdair G Kergon <agk@redhat.com>2015-08-28 13:03:18 +0100
commitcc17210bce2cf08015e19caad3bc6a8307c841c8 (patch)
tree387e6448b4081f75cd295508b14086f5f3f73173 /Makefile.in
parente5d99cb9e685ba167f10413694e5d9d34fe90bb0 (diff)
downloadlvm2-cc17210bce2cf08015e19caad3bc6a8307c841c8.tar.gz
man: Add install_full_man makefile target.
'make install_full_man' installs all the man pages regardless of which components were enabled when 'configure' was run.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in
index 35e5d8f47..1ce9ca81f 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -150,6 +150,9 @@ install_systemd_generators:
install_systemd_units:
$(MAKE) -C scripts install_systemd_units
+install_full_man:
+ $(MAKE) -C man install_full_man
+
ifeq ("@PYTHON_BINDINGS@", "yes")
install_python_bindings:
$(MAKE) -C liblvm/python install_python_bindings