From: Dave Reisner Date: Sat, 28 Jul 2012 00:46:40 +0000 (-0400) Subject: man: ship systemd-udevd as the real manpage X-Git-Tag: v188~59 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=6c1f3ba54ac1f42598c543b86daaf294b29294b1 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. --- diff --git a/Makefile.am b/Makefile.am index e4dfafb4b..00ed3016f 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 diff --git a/man/systemd-udevd.service.xml b/man/systemd-udevd.xml similarity index 99% rename from man/systemd-udevd.service.xml rename to man/systemd-udevd.xml index 616c8f61f..0045f235e 100644 --- a/man/systemd-udevd.service.xml +++ b/man/systemd-udevd.xml @@ -18,16 +18,16 @@ - systemd-udevd.service + systemd-udevd 8 + systemd-udevd systemd-udevd.service systemd-udevd-control.socket systemd-udevd-kernel.socket - systemd-udevd Device event managing daemon