summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authorAlasdair G Kergon <agk@redhat.com>2015-09-15 13:14:16 +0100
committerAlasdair G Kergon <agk@redhat.com>2015-09-15 13:14:16 +0100
commit548c09acfca8970cafe74f43e1944b5f20f540be (patch)
tree0424397afce933804091942ccb6bbbdd39ae173c /Makefile.in
parent2ce8ee0214c84a4afd12589bbe2fe521c2518b87 (diff)
downloadlvm2-548c09acfca8970cafe74f43e1944b5f20f540be.tar.gz
man: Add all_man Makefile target.
Use 'make all_man' to generate all man pages (regardless of configuration options) or 'make install_all_man' to install them.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index d9ac8156d..68fbc7969 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -131,6 +131,9 @@ rpm: dist
generate: conf.generate
$(MAKE) -C conf generate
+all_man:
+ $(MAKE) -C man all_man
+
install_system_dirs:
$(INSTALL_DIR) $(DESTDIR)$(DEFAULT_SYS_DIR)
$(INSTALL_ROOT_DIR) $(DESTDIR)$(DEFAULT_ARCHIVE_DIR)
@@ -150,8 +153,8 @@ install_systemd_generators:
install_systemd_units:
$(MAKE) -C scripts install_systemd_units
-install_full_man:
- $(MAKE) -C man install_full_man
+install_all_man:
+ $(MAKE) -C man install_all_man
ifeq ("@PYTHON_BINDINGS@", "yes")
install_python_bindings: