From bad1837c18b63130e698b4e7542a72f33644229d Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Sun, 29 Jul 2012 11:58:41 +0200 Subject: Revert "man: ship systemd-udevd as the real manpage" We want to keep things uniform, and hence treat udevd's man page like any other in the repo. What matters is how users primarily interface with a service, and that is not the binary path in /usr/lib/systemd but the service name. This reverts commit 6c1f3ba54ac1f42598c543b86daaf294b29294b1. --- Makefile.am | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Makefile.am') diff --git a/Makefile.am b/Makefile.am index 00ed3016fc..e4dfafb4b5 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.8 + man/systemd-udevd.service.8 MANPAGES_ALIAS += \ - man/systemd-udevd.service.8 \ + man/systemd-udevd.8 \ man/systemd-udevd-control.socket.8 \ man/systemd-udevd-kernel.socket.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 +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 udev-confdirs: -mkdir -p $(DESTDIR)$(sysconfdir)/udev/rules.d -- cgit v1.2.3-54-g00ecf