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