diff options
author | Daniel Drake <dsd@gentoo.org> | 2008-03-23 21:17:32 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2008-03-23 21:17:32 +0000 |
commit | b1ade6fca668d8aa156d5b5bf3a933f116144dc2 (patch) | |
tree | 898dde4cbd76b896da812262470476c3675bf2ac /Makefile.am | |
parent | 62077b7fa5b222e1bb9dea3467585aed69d596e2 (diff) | |
download | libusb-b1ade6fca668d8aa156d5b5bf3a933f116144dc2.tar.gz |
distcheck fix for docs
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index aecbe83..44a3452 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,7 +1,7 @@ AUTOMAKE_OPTIONS = dist-bzip2 DISTCLEANFILES = ChangeLog libusb-1.0.pc EXTRA_DIST = TODO -SUBDIRS = libusb +SUBDIRS = libusb doc if BUILD_EXAMPLES SUBDIRS += examples |