diff options
author | Tom Gundersen <teg@jklm.no> | 2013-11-10 20:52:53 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2013-11-10 21:30:18 +0100 |
commit | 46b0925d4febce47d2d3b4cf83518c330730c3f6 (patch) | |
tree | 25062e36a55c0f29134ce26ac646134a801a586f /Makefile-man.am | |
parent | 1f06807cc3df506b2085d43106459106c36a6220 (diff) |
man: networkd - add documentation
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index 0939bc5289..6239651b0e 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -62,6 +62,7 @@ MANPAGES += \ man/systemd-initctl.service.8 \ man/systemd-journald.service.8 \ man/systemd-machine-id-setup.1 \ + man/systemd-networkd.service.8 \ man/systemd-notify.1 \ man/systemd-nspawn.1 \ man/systemd-remount-fs.service.8 \ @@ -186,6 +187,7 @@ MANPAGES_ALIAS += \ man/systemd-journald.8 \ man/systemd-journald.socket.8 \ man/systemd-kexec.service.8 \ + man/systemd-networkd.8 \ man/systemd-poweroff.service.8 \ man/systemd-reboot.service.8 \ man/systemd-remount-fs.8 \ @@ -287,6 +289,7 @@ man/systemd-initctl.socket.8: man/systemd-initctl.service.8 man/systemd-journald.8: man/systemd-journald.service.8 man/systemd-journald.socket.8: man/systemd-journald.service.8 man/systemd-kexec.service.8: man/systemd-halt.service.8 +man/systemd-networkd.8: man/systemd-networkd.service.8 man/systemd-poweroff.service.8: man/systemd-halt.service.8 man/systemd-reboot.service.8: man/systemd-halt.service.8 man/systemd-remount-fs.8: man/systemd-remount-fs.service.8 @@ -554,6 +557,9 @@ man/systemd-journald.socket.html: man/systemd-journald.service.html man/systemd-kexec.service.html: man/systemd-halt.service.html $(html-alias) +man/systemd-networkd.html: man/systemd-networkd.service.html + $(html-alias) + man/systemd-poweroff.service.html: man/systemd-halt.service.html $(html-alias) |