man: ship systemd-udevd as the real manpage

Instead of making systemd-udevd a so-link to systemd-udevd.service,
ship the real page as systemd-udevd to integrate better with distros
where udevd might be run standalone.
This commit is contained in:
Dave Reisner 2012-07-27 20:46:40 -04:00 committed by Zbigniew Jędrzejewski-Szmek
parent 299031ca8b
commit 6c1f3ba54a
2 changed files with 7 additions and 7 deletions

View file

@ -1659,16 +1659,16 @@ libudev_private_la_LIBADD = \
MANPAGES += \
man/udev.7 \
man/udevadm.8 \
man/systemd-udevd.service.8
man/systemd-udevd.8
MANPAGES_ALIAS += \
man/systemd-udevd.8 \
man/systemd-udevd.service.8 \
man/systemd-udevd-control.socket.8 \
man/systemd-udevd-kernel.socket.8
man/systemd-udevd.8: man/systemd-udevd.service.8
man/systemd-udevd-control.socket.8: man/systemd-udevd.service.8
man/systemd-udevd-kernel.socket.8: man/systemd-udevd.service.8
man/systemd-udevd.service.8: man/systemd-udevd.8
man/systemd-udevd-control.socket.8: man/systemd-udevd.8
man/systemd-udevd-kernel.socket.8: man/systemd-udevd.8
udev-confdirs:
-mkdir -p $(DESTDIR)$(sysconfdir)/udev/rules.d

View file

@ -18,16 +18,16 @@
</refentryinfo>
<refmeta>
<refentrytitle>systemd-udevd.service</refentrytitle>
<refentrytitle>systemd-udevd</refentrytitle>
<manvolnum>8</manvolnum>
<refmiscinfo class="version"></refmiscinfo>
</refmeta>
<refnamediv>
<refname>systemd-udevd</refname>
<refname>systemd-udevd.service</refname>
<refname>systemd-udevd-control.socket</refname>
<refname>systemd-udevd-kernel.socket</refname>
<refname>systemd-udevd</refname>
<refpurpose>Device event managing daemon</refpurpose>
</refnamediv>