diff options
author | Nikolai Kondrashov <spbnick@gmail.com> | 2012-02-05 15:24:31 +0200 |
---|---|---|
committer | Nikolai Kondrashov <spbnick@gmail.com> | 2012-02-05 15:24:31 +0200 |
commit | 8672e398646657e1a1cd2891524e634e56c40272 (patch) | |
tree | 7e435d95bddb740ae1b6f6d6f9ac5a588db64eda /configure.ac | |
parent | dd79e31fa928dc0f0ef5b771e7275f3d3fbfc5ca (diff) | |
download | usbhid-dump-8672e398646657e1a1cd2891524e634e56c40272.tar.gz |
Add manual page
Add usbhid-dump manual page.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
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 |