From: jcorgan Date: Sun, 13 Aug 2006 01:45:54 +0000 (+0000) Subject: Fixes ticket:8. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=9dfda74b6c7897aff0c3d0b527f93926c0d72c2b;p=debian%2Fgnuradio Fixes ticket:8. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@3267 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/gnuradio-core/doc/Doxyfile.in b/gnuradio-core/doc/Doxyfile.in index 7283a7b2..7d4e6552 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 40c910d7..562b3665 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 diff --git a/usrp/doc/Doxyfile.in b/usrp/doc/Doxyfile.in index e0533e59..b067838c 100644 --- a/usrp/doc/Doxyfile.in +++ b/usrp/doc/Doxyfile.in @@ -437,8 +437,8 @@ WARN_LOGFILE = # directories like "/usr/src/myproject". Separate the files or directories # with spaces. -INPUT = @top_srcdir@/host \ - @top_srcdir@/doc/other +INPUT = @top_srcdir@/usrp/host \ + @top_srcdir@/usrp/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 @@ -462,7 +462,7 @@ RECURSIVE = YES # subdirectory from a directory tree whose root is specified with the INPUT tag. EXCLUDE = CVS \ - @top_srcdir@/host/swig + @top_srcdir@/usrp/host/swig # The EXCLUDE_SYMLINKS tag can be used select whether or not files or directories # that are symbolic links (a Unix filesystem feature) are excluded from the input.