diff options
author | Tom Gundersen <teg@jklm.no> | 2014-02-25 16:56:15 +0100 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2014-02-25 17:04:13 +0100 |
commit | 1ff28eaee33d9d0cee46bd176b6d6f8805c95036 (patch) | |
tree | fdb002cc5b5cc7aef5b7d7245646f9f05e197989 /Makefile-man.am | |
parent | c7f3ba1ecd11f126a43fb650937a7dae5d4d0bdd (diff) |
man: split out systemd.link(5) from udev(7)
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 aad3f444da..cb6ed94edd 100644 --- a/Makefile-man.am +++ b/Makefile-man.am @@ -100,6 +100,7 @@ MANPAGES += \ man/systemd.time.7 \ man/systemd.timer.5 \ man/systemd.unit.5 \ + man/systemd.link.5 \ man/telinit.8 \ man/tmpfiles.d.5 \ man/udev.7 \ @@ -1467,6 +1468,7 @@ EXTRA_DIST += \ man/systemd.time.xml \ man/systemd.timer.xml \ man/systemd.unit.xml \ + man/systemd.link.xml \ man/systemd.xml \ man/telinit.xml \ man/timedatectl.xml \ |