diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-25 19:30:40 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-25 19:30:40 +0100 |
commit | eac684ef1c29684b1bcd27a89c38c202e568e469 (patch) | |
tree | de9ab54f12d109dfc9b79a1dc45530330561e4e2 /Makefile-man.am | |
parent | 1ff28eaee33d9d0cee46bd176b6d6f8805c95036 (diff) |
man: split out systemd.net{work,dev}(5) from systemd-networkd(8)
Diffstat (limited to 'Makefile-man.am')
-rw-r--r-- | Makefile-man.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile-man.am b/Makefile-man.am index cb6ed94edd..40810e3f0d 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -101,6 +101,8 @@ MANPAGES += \ man/systemd.timer.5 \ man/systemd.unit.5 \ man/systemd.link.5 \ + man/systemd.netdev.5 \ + man/systemd.network.5 \ man/telinit.8 \ man/tmpfiles.d.5 \ man/udev.7 \ @@ -1469,6 +1471,8 @@ EXTRA_DIST += \ man/systemd.timer.xml \ man/systemd.unit.xml \ man/systemd.link.xml \ + man/systemd.netdev.xml \ + man/systemd.network.xml \ man/systemd.xml \ man/telinit.xml \ man/timedatectl.xml \ |