X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=Makefile-man.am;h=6d57b751322395918806eb4f9f683a73372ff15d;hp=ca7d209bdfc8f634fa69d840c1a8a688173e030e;hb=24efb112451413c1013d5f7fe27d7e2cd407647a;hpb=b408026b9899c1f9d155ac6d9f7bdc7f5cd3defb diff --git a/Makefile-man.am b/Makefile-man.am index ca7d209bd..6d57b7513 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 \