bf597cb30f
GRC Bus Ports (Nicholas McCarthy) Bus ports in the GNU Radio Companion (GRC) allow ganging block input or output ports into a single port for display and connections. This simplifies flowgraph entry when dealing with blocks that work with an arbitrary number of streams. For further information, see: http://gnuradio.org/redmine/projects/gnuradio/wiki/Busports And see http://gnuradio.org/redmine/projects/gnuradio/wiki/ChangeLogV3_7_1
12 lines
366 B
Text
12 lines
366 B
Text
--- gr-digital/doc/CMakeLists.txt.orig 2012-01-02 14:04:33.000000000 -0500
|
|
+++ gr-digital/doc/CMakeLists.txt 2014-03-02 20:20:09.000000000 -0500
|
|
@@ -17,7 +17,9 @@
|
|
# the Free Software Foundation, Inc., 51 Franklin Street,
|
|
# Boston, MA 02110-1301, USA.
|
|
|
|
+if(ENABLE_DOCS)
|
|
install(
|
|
FILES README.digital
|
|
DESTINATION ${GR_PKG_DOC_DIR}
|
|
)
|
|
+endif(ENABLE_DOCS)
|