summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorNikolai Kondrashov <spbnick@gmail.com>2012-02-05 15:24:31 +0200
committerNikolai Kondrashov <spbnick@gmail.com>2012-02-05 15:24:31 +0200
commit8672e398646657e1a1cd2891524e634e56c40272 (patch)
tree7e435d95bddb740ae1b6f6d6f9ac5a588db64eda /configure.ac
parentdd79e31fa928dc0f0ef5b771e7275f3d3fbfc5ca (diff)
downloadusbhid-dump-8672e398646657e1a1cd2891524e634e56c40272.tar.gz
Add manual page
Add usbhid-dump manual page.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index c8dcba5..98ac558 100644
--- a/configure.ac
+++ b/configure.ac
@@ -95,5 +95,6 @@ AC_CONFIG_FILES([Makefile
include/Makefile
include/uhd/Makefile
lib/Makefile
- src/Makefile])
+ src/Makefile
+ doc/Makefile])
AC_OUTPUT