diff options
author | Tom Rondeau <trondeau@vt.edu> | 2011-10-22 12:05:08 -0400 |
---|---|---|
committer | Tom Rondeau <trondeau@vt.edu> | 2011-10-22 12:05:08 -0400 |
commit | 1468be3299036606b678664ba84d0c0870266c9c (patch) | |
tree | 3ea9c1b34f6c6456b89f6b44d843cd4b7dc0e049 /gr-audio/doc | |
parent | 55dfc072f20a9a698259cb1db2242918a031f37b (diff) |
docs: don't need to distribute README files in docs component. Just the install path.
Diffstat (limited to 'gr-audio/doc')
-rw-r--r-- | gr-audio/doc/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gr-audio/doc/CMakeLists.txt b/gr-audio/doc/CMakeLists.txt index 5d934d3676..f4e6c4a073 100644 --- a/gr-audio/doc/CMakeLists.txt +++ b/gr-audio/doc/CMakeLists.txt @@ -20,5 +20,4 @@ install( FILES README.audio DESTINATION ${GR_PKG_DOC_DIR} - COMPONENT "docs" ) |