summaryrefslogtreecommitdiff
path: root/make.tmpl.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 /make.tmpl.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 'make.tmpl.in')
-rw-r--r--make.tmpl.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/make.tmpl.in b/make.tmpl.in
index 2ce2faf22..96889b4f4 100644
--- a/make.tmpl.in
+++ b/make.tmpl.in
@@ -275,7 +275,7 @@ POTFILES = $(SOURCES:%.c=%.pot)
.PHONY: all pofile distclean clean cleandir cflow device-mapper
.PHONY: install install_cluster install_device-mapper install_lvm2
.PHONY: install_lib_shared install_dm_plugin install_lvm2_plugin
-.PHONY: install_ocf help
+.PHONY: install_ocf install_systemd_generators install_full_man help
.PHONY: python_bindings install_python_bindings
.PHONY: $(SUBDIRS) $(SUBDIRS.install) $(SUBDIRS.clean) $(SUBDIRS.distclean)
.PHONY: $(SUBDIRS.pofile) $(SUBDIRS.install_cluster) $(SUBDIRS.cflow)