Skip to content

Commit

Permalink
staging: usbip: userspace: move manpages to separate directory
Browse files Browse the repository at this point in the history
Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
matt mooney authored and Greg Kroah-Hartman committed May 17, 2011
1 parent 0945b4f commit 7f27b19
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
2 changes: 2 additions & 0 deletions drivers/staging/usbip/userspace/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ SUBDIRS = lib cmd
includedir=@includedir@/usbip
include_HEADERS = lib/usbip.h lib/usbip_common.h lib/vhci_driver.h lib/stub_driver.h

dist_man_MANS := $(addprefix doc/, usbip.8 usbipd.8 usbip_bind_driver.8)

if INSTALL_USBIDS
pkgdata_DATA = usb.ids
EXTRA_DIST = $(pkgdata_DATA)
Expand Down
2 changes: 0 additions & 2 deletions drivers/staging/usbip/userspace/cmd/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ usbip_bind_driver_SOURCES = bind-driver.c \
utils.c utils.h \
usbip_network.h usbip_network.c

dist_man_MANS = usbip.8 usbipd.8 usbip_bind_driver.8

#usbip_bind_driver_CFLAGS = -Wall -W -Wstrict-prototypes @PACKAGE_CFLAGS@
#usbip_bind_driver_LDADD = @PACKAGE_LIBS@

Expand Down
File renamed without changes.

0 comments on commit 7f27b19

Please sign in to comment.