diff options
author | eb | 2006-08-04 01:54:23 +0000 |
---|---|---|
committer | eb | 2006-08-04 01:54:23 +0000 |
commit | 559f82a0d10f604b0b27cfb8663d93b1625dbd8b (patch) | |
tree | 627d34dbfd9d9d996b39a752c3b03de611ba07b1 /gr-atsc | |
parent | fd4a4f2ae9e3c9ff989b1118ebeb5a15718b456c (diff) | |
download | gnuradio-559f82a0d10f604b0b27cfb8663d93b1625dbd8b.tar.gz gnuradio-559f82a0d10f604b0b27cfb8663d93b1625dbd8b.tar.bz2 gnuradio-559f82a0d10f604b0b27cfb8663d93b1625dbd8b.zip |
Cleaned up top-level README, and fixed or deleted lower level ones as
appropriate.
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3133 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-atsc')
-rw-r--r-- | gr-atsc/AUTHORS | 3 | ||||
-rw-r--r-- | gr-atsc/NEWS | 0 | ||||
-rw-r--r-- | gr-atsc/README | 23 |
3 files changed, 0 insertions, 26 deletions
diff --git a/gr-atsc/AUTHORS b/gr-atsc/AUTHORS deleted file mode 100644 index fe4e73c34..000000000 --- a/gr-atsc/AUTHORS +++ /dev/null @@ -1,3 +0,0 @@ -Eric Blossom <eb@comsec.com> -Matt Ettus <matt@ettus.com> - diff --git a/gr-atsc/NEWS b/gr-atsc/NEWS deleted file mode 100644 index e69de29bb..000000000 --- a/gr-atsc/NEWS +++ /dev/null diff --git a/gr-atsc/README b/gr-atsc/README index 91245716f..4e32fb88a 100644 --- a/gr-atsc/README +++ b/gr-atsc/README @@ -25,26 +25,3 @@ ATSC (HDTV) transmitter and receiver. See http://www.atsc.org for specifications. The most relevant ones are XXX and YYY. - -To build this, you must already have built and installed -gnuradio-core. Then if you're building from a tarball: - - $ ./configure - $ make - $ make check - $ sudo make install - -If you're building from CVS, you'll need to use this sequence, since -CVS doesn't contain configure or the generated Makefiles. - - $ ./bootstrap - $ ./configure - $ make - $ make check - $ sudo make install - - -The doc directory is not built by default. This is to avoid spurious -build problems on systems that don't have xmlto installed. If you -have xmlto and its dependencies installed, you can build the html -version of the howto article by cd'ing to doc and invoking make. |