diff options
author | Tom Rondeau | 2011-10-09 16:55:33 -0400 |
---|---|---|
committer | Tom Rondeau | 2011-10-09 16:55:33 -0400 |
commit | 34c8a8e591ec0dabe6e9bab0d65d3eae27ebb2db (patch) | |
tree | 80d15e725fb87ed292f3b59a4121b2173911d707 /config | |
parent | 1ccc199c649c4d391eb544de7d29e292023125a3 (diff) | |
download | gnuradio-34c8a8e591ec0dabe6e9bab0d65d3eae27ebb2db.tar.gz gnuradio-34c8a8e591ec0dabe6e9bab0d65d3eae27ebb2db.tar.bz2 gnuradio-34c8a8e591ec0dabe6e9bab0d65d3eae27ebb2db.zip |
docs: This adds documentation to gr-digital in the form of a README.digital and a digital modulation page for the Doxygen manual. The manual's main page has been updated to link to the new digital modulation page.
Diffstat (limited to 'config')
-rw-r--r-- | config/grc_gr_digital.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/grc_gr_digital.m4 b/config/grc_gr_digital.m4 index 35fafa0dd..a6e2b51b5 100644 --- a/config/grc_gr_digital.m4 +++ b/config/grc_gr_digital.m4 @@ -51,6 +51,7 @@ AC_DEFUN([GRC_GR_DIGITAL],[ gr-digital/swig/Makefile \ gr-digital/swig/run_guile_tests \ gr-digital/examples/Makefile \ + gr-digital/doc/Makefile \ ]) GRC_BUILD_CONDITIONAL(gr-digital,[ |