From 091a364c802e34a58f3260c9cb5db9b75c62215c Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Sun, 18 May 2014 22:10:48 +0200 Subject: resolved: add daemon to manage resolv.conf Also remove the equivalent functionality from networkd. --- Makefile-man.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'Makefile-man.am') diff --git a/Makefile-man.am b/Makefile-man.am index ca7d209bdf..6d57b75132 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -1131,6 +1131,18 @@ man/systemd-readahead.html: man/systemd-readahead-replay.service.html endif +if ENABLE_RESOLVED +MANPAGES += \ + man/resolved.conf.5 \ + man/systemd-resolved.service.8 +MANPAGES_ALIAS += \ + man/systemd-resolved.8 +man/systemd-resolved.8: man/systemd-resolved.service.8 +man/systemd-resolved.html: man/systemd-resolved.service.html + $(html-alias) + +endif + if ENABLE_RFKILL MANPAGES += \ man/systemd-rfkill@.service.8 @@ -1483,6 +1495,7 @@ EXTRA_DIST += \ man/nss-myhostname.xml \ man/os-release.xml \ man/pam_systemd.xml \ + man/resolved.conf.xml \ man/runlevel.xml \ man/sd-daemon.xml \ man/sd-id128.xml \ @@ -1581,6 +1594,7 @@ EXTRA_DIST += \ man/systemd-random-seed.service.xml \ man/systemd-readahead-replay.service.xml \ man/systemd-remount-fs.service.xml \ + man/systemd-resolved.service.xml \ man/systemd-rfkill@.service.xml \ man/systemd-run.xml \ man/systemd-shutdownd.service.xml \ -- cgit v1.2.3-54-g00ecf