diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-17 21:57:40 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2009-06-17 21:57:40 +0200 |
commit | bcee964977fe6a85e1c7e60f6a58ec61843e8921 (patch) | |
tree | d022dfe1e6b75010c09ac00eddcb98b2a59a7a5c /extras/usb_id/Makefile.am | |
parent | 0373056e4528f89504cfbf6da97394396005a147 (diff) |
extras: delete man pages for private udev tools
These are mostly dummy man pages, without real content, some even
outdated. None of these tools are part of any offered public interface,
and they should not pretend to be by offering a man page.
Diffstat (limited to 'extras/usb_id/Makefile.am')
-rw-r--r-- | extras/usb_id/Makefile.am | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/extras/usb_id/Makefile.am b/extras/usb_id/Makefile.am index bd76fb76c1..6ea7b5132c 100644 --- a/extras/usb_id/Makefile.am +++ b/extras/usb_id/Makefile.am @@ -11,6 +11,3 @@ usb_id_SOURCES = \ ../../libudev/libudev-util.c \ ../../libudev/libudev-device.c \ ../../libudev/libudev-enumerate.c - -dist_man_MANS = \ - usb_id.8 |