diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-01-21 00:04:19 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-01-25 17:19:18 +0100 |
commit | 624993ac85a58c27f8ae0adeaca7081bdb65cd3f (patch) | |
tree | 8435ee85ca15d6472a1de9d747a72bb7960c64b5 /Makefile-man.am | |
parent | 54230826fd9cfaff5d49ab15cadd1f43105ffff2 (diff) |
man: document systemd-resolve(8)
This also links up the new manpage from systemd-resolved.service(8), and makes a couple of unrelated additions.
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index 98769fbee8..bcb67166ba 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -120,6 +120,7 @@ MANPAGES += \ man/systemd-nspawn.1 \ man/systemd-path.1 \ man/systemd-remount-fs.service.8 \ + man/systemd-resolve.1 \ man/systemd-run.1 \ man/systemd-sleep.conf.5 \ man/systemd-socket-proxyd.8 \ @@ -2601,6 +2602,7 @@ EXTRA_DIST += \ man/systemd-quotacheck.service.xml \ man/systemd-random-seed.service.xml \ man/systemd-remount-fs.service.xml \ + man/systemd-resolve.xml \ man/systemd-resolved.service.xml \ man/systemd-rfkill.service.xml \ man/systemd-run.xml \ |