diff options
author | Lennart Poettering <lennart@poettering.net> | 2012-07-29 11:58:41 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2012-07-29 11:58:41 +0200 |
commit | bad1837c18b63130e698b4e7542a72f33644229d (patch) | |
tree | ee7886ab5eaca222981fc7f4d9c072232d701ef2 /Makefile.am | |
parent | b8e8f0cba4c08a07612b8d24281f57e33419708c (diff) |
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.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
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 |