summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorkay.sievers@vrfy.org <kay.sievers@vrfy.org>2004-02-17 18:17:50 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:32:28 -0700
commit7dae391fd66d200febfd078c055fae3dfb5cb7c7 (patch)
tree90c18ec5f6240e8fa51e4af0e9ffaf5fa32d5f04 /Makefile
parent595251156b858956acd10e7765adb916dc890f96 (diff)
[PATCH] udev - udevd/udevsend man page
Here is the missing man page for udevd/udevsend.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 936a6613f0..25881e1dd3 100644
--- a/Makefile
+++ b/Makefile
@@ -361,6 +361,8 @@ install: install-config install-dbus-policy all
fi
$(INSTALL_DATA) -D udev.8 $(DESTDIR)$(mandir)/man8/udev.8
$(INSTALL_DATA) -D udevinfo.8 $(DESTDIR)$(mandir)/man8/udevinfo.8
+ $(INSTALL_DATA) -D udevd.8 $(DESTDIR)$(mandir)/man8/udevd.8
+ - ln -f -s ./udevd.8 $(DESTDIR)$(mandir)/man8/udevsend.8
- rm -f $(DESTDIR)$(hotplugdir)/$(ROOT).hotplug
- rm -f $(udevdir)/.udev.tdb
- ln -f -s $(sbindir)/$(SENDER) $(DESTDIR)$(hotplugdir)/$(ROOT).hotplug