From f7929d0089935a6e5282054720913239abb64dc2 Mon Sep 17 00:00:00 2001
From: Tom Rondeau <trondeau@vt.edu>
Date: Sun, 12 May 2013 20:33:01 +0100
Subject: cleaning up files and references to gnuradio-core.

---
 docs/doxygen/Doxyfile.in           | 2 +-
 docs/doxygen/README.doxyxml        | 2 +-
 docs/doxygen/other/logger.dox      | 2 +-
 docs/doxygen/other/main_page.dox   | 6 +++---
 docs/doxygen/other/msg_passing.dox | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

(limited to 'docs/doxygen')

diff --git a/docs/doxygen/Doxyfile.in b/docs/doxygen/Doxyfile.in
index cad6a52efa..f87efd031d 100644
--- a/docs/doxygen/Doxyfile.in
+++ b/docs/doxygen/Doxyfile.in
@@ -735,7 +735,7 @@ INPUT_FILTER           =
 # info on how filters are used. If FILTER_PATTERNS is empty, INPUT_FILTER
 # is applied to all files.
 
-FILTER_PATTERNS        = *.py=@top_srcdir@/gnuradio-core/doc/other/doxypy.py
+FILTER_PATTERNS        = *.py=@top_srcdir@/docs/doxygen/other/doxypy.py
 
 # If the FILTER_SOURCE_FILES tag is set to YES, the input filter (if set using
 # INPUT_FILTER) will be used to filter the input files when producing source
diff --git a/docs/doxygen/README.doxyxml b/docs/doxygen/README.doxyxml
index fef71e106f..701c7ab8bc 100644
--- a/docs/doxygen/README.doxyxml
+++ b/docs/doxygen/README.doxyxml
@@ -11,7 +11,7 @@ Doxygen.
 
    $ python swig_doc.py \
      	    $(top_builddir)/docstrings/docs/doxygen/xml \
-     	    $(top_srcdir)/gnuradio-core/src/lib/swig/swig_doc.i
+     	    $(top_srcdir)/gnuradio-runtime/swig/swig_doc.i
 
    This uses the XML output of Doxygen to to rebuild a SWIG file that
    contains all of the current Doxygen markups.
diff --git a/docs/doxygen/other/logger.dox b/docs/doxygen/other/logger.dox
index 2b8919dc78..3eb487d9af 100644
--- a/docs/doxygen/other/logger.dox
+++ b/docs/doxygen/other/logger.dox
@@ -30,7 +30,7 @@ to disable a logger.
 
 \subsection configfile Logging Configuration
 
-The logging configuration can be found in the gnuradio-core.conf file
+The logging configuration can be found in the gnuradio-runtime.conf file
 under the [LOG] section. This allows us fairly complete control over
 the logging facilities. The main configuration functions are to set up
 the level of the loggers and set the default output behavior of the
diff --git a/docs/doxygen/other/main_page.dox b/docs/doxygen/other/main_page.dox
index 397f15b776..042a908051 100644
--- a/docs/doxygen/other/main_page.dox
+++ b/docs/doxygen/other/main_page.dox
@@ -413,9 +413,9 @@ config file itself.
 New as of 3.6.5.
 
 Using gr_modtool, each package comes with the ability to easily locate
-the gnuradio-core library using the 'find_package(GnuradioCore)' cmake
-command. This only locates that the library and include directories
-exist, which is enough for most simple projects.
+the gnuradio-runtime library using the 'find_package(GnuradioRuntime)'
+cmake command. This only locates that the library and include
+directories exist, which is enough for most simple projects.
 
 As projects become more complicated and start needing to rely on other
 GNU Radio components like gnuradio-blocks or gnuradio-filter, for
diff --git a/docs/doxygen/other/msg_passing.dox b/docs/doxygen/other/msg_passing.dox
index 7035f291e4..dc0d5bbb3f 100644
--- a/docs/doxygen/other/msg_passing.dox
+++ b/docs/doxygen/other/msg_passing.dox
@@ -264,6 +264,6 @@ All of these mechanisms are explored and tested in the QA code of the
 file qa_pdu.py.
 
 There are some examples of using the message passing infrastructure
-through GRC in gnuradio-core/src/examples/msg_passing.
+through GRC in gr-blocks/examples/msg_passing.
 
 */
-- 
cgit v1.2.3