summaryrefslogtreecommitdiff
path: root/systemd/Makefile.am
diff options
context:
space:
mode:
authorNeilBrown <neilb@suse.com>2016-12-06 13:31:48 -0500
committerSteve Dickson <steved@redhat.com>2016-12-20 13:29:04 -0500
commit1b5881d5b9f3e88e76665139fda08fefdbef7795 (patch)
tree92e3b1958ff5afc7929b838bd534b45731ab0efe /systemd/Makefile.am
parent2662e1ba98707014b6167e1e5bd3162d6d8f52af (diff)
downloadnfs-utils-1b5881d5b9f3e88e76665139fda08fefdbef7795.tar.gz
Add nfs.systemd man page
This discusses some of the behaviors of the various unit files, and how best to work with them to achieve various results. Signed-off-by: NeilBrown <neilb@suse.com> Signed-off-by: Steve Dickson <steved@redhat.com>
Diffstat (limited to 'systemd/Makefile.am')
-rw-r--r--systemd/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/systemd/Makefile.am b/systemd/Makefile.am
index b5ab157..0d15b9f 100644
--- a/systemd/Makefile.am
+++ b/systemd/Makefile.am
@@ -36,8 +36,8 @@ endif
endif
man5_MANS = nfs.conf.man
-
-EXTRA_DIST = $(unit_files) $(man5_MANS)
+man7_MANS = nfs.systemd.man
+EXTRA_DIST = $(unit_files) $(man5_MANS) $(man7_MANS)
unit_dir = /usr/lib/systemd/system
generator_dir = /usr/lib/systemd/system-generators