summaryrefslogtreecommitdiff
path: root/gnuradio-core
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-core')
-rw-r--r--gnuradio-core/doc/Doxyfile.in14
-rw-r--r--gnuradio-core/doc/Makefile.am2
2 files changed, 8 insertions, 8 deletions
diff --git a/gnuradio-core/doc/Doxyfile.in b/gnuradio-core/doc/Doxyfile.in
index 7283a7b2a..7d4e65529 100644
--- a/gnuradio-core/doc/Doxyfile.in
+++ b/gnuradio-core/doc/Doxyfile.in
@@ -445,9 +445,9 @@ WARN_LOGFILE =
# directories like "/usr/src/myproject". Separate the files or directories
# with spaces.
-INPUT = @top_srcdir@/src/lib \
- @top_srcdir@/src/tests \
- @top_srcdir@/doc/other
+INPUT = @top_srcdir@/gnuradio-core/src/lib \
+ @top_srcdir@/gnuradio-core/src/tests \
+ @top_srcdir@/gnuradio-core/doc/other
# If the value of the INPUT tag contains directories, you can use the
# FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -471,10 +471,10 @@ RECURSIVE = YES
# subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE = CVS \
- @top_srcdir@/src/lib/swig/gnuradio_swig_python.cc \
- @top_srcdir@/src/lib/atsc \
- @top_srcdir@/src/lib/io-orig \
- @top_srcdir@/src/lib/vrx
+ @top_srcdir@/gnuradio-core/src/lib/swig/gnuradio_swig_python.cc \
+ @top_srcdir@/gnuradio-core/src/lib/atsc \
+ @top_srcdir@/gnuradio-core/src/lib/io-orig \
+ @top_srcdir@/gnuradio-core/src/lib/vrx
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded
diff --git a/gnuradio-core/doc/Makefile.am b/gnuradio-core/doc/Makefile.am
index 40c910d72..562b36654 100644
--- a/gnuradio-core/doc/Makefile.am
+++ b/gnuradio-core/doc/Makefile.am
@@ -54,7 +54,7 @@ prep:
install-data-local:
$(mkinstalldirs) $(DESTDIR)$(docdir)
- @for i in $(top_srcdir)/gnuradio-core/README $(top_srcdir)/gnuradio-core/README.hacking $(top_srcdir)/gnuradio-core/ChangeLog; do \
+ @for i in $(top_srcdir)/README $(top_srcdir)/README.hacking $(top_srcdir)/ChangeLog; do \
echo "$(INSTALL_DATA) $$i $(DESTDIR)$(docdir)"; \
$(INSTALL_DATA) $$i $(DESTDIR)$(docdir); \
done