diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2013-03-27 08:01:59 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2013-04-02 15:22:47 -0400 |
commit | cdd665a9214ab9c0dd8ffb69749ed8bb6a005cf0 (patch) | |
tree | 7a191d6c84b8fa4c9db58adce788e70901f29327 /man/Makefile.am | |
parent | 601c4e8ce69338652b3c9178386cbc05de8bae8d (diff) |
man: updates from upstream
Added upstream systemd-udevd.service(8) as udevd(8)
Authors include
Tom Gundersen
Zbigniew Jędrzejewski-Szmek
Thomas Hindoe Paaboel Andersen
Kay Sievers
Lennart Poettering
See http://cgit.freedesktop.org/systemd/systemd/log/man/udev.xml
and http://cgit.freedesktop.org/systemd/systemd/log/man/systemd-udevd.service.xml
and http://cgit.freedesktop.org/systemd/systemd/log/man/udevadm.xml
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
Diffstat (limited to 'man/Makefile.am')
-rw-r--r-- | man/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/Makefile.am b/man/Makefile.am index 0ecf97d35a..a82d537dbf 100644 --- a/man/Makefile.am +++ b/man/Makefile.am @@ -2,6 +2,7 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} XMLPAGES = \ udev.xml \ + udevd.xml \ udevadm.xml noinst_DATA = \ @@ -12,6 +13,7 @@ EXTRA_DIST = \ MANPAGES = \ udev.7 \ + udevd.8 \ udevadm.8 man_MANS = \ @@ -34,5 +36,8 @@ XSLTPROC_PROCESS_MAN = \ udev.7: udev.xml $(XSLTPROC_PROCESS_MAN) +udevd.8: udevd.xml + $(XSLTPROC_PROCESS_MAN) + udevadm.8: udevadm.xml $(XSLTPROC_PROCESS_MAN) |