[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Commit-gnuradio] r3267 - in gnuradio/trunk: gnuradio-core/doc usrp/doc
From: |
jcorgan |
Subject: |
[Commit-gnuradio] r3267 - in gnuradio/trunk: gnuradio-core/doc usrp/doc |
Date: |
Sat, 12 Aug 2006 19:45:55 -0600 (MDT) |
Author: jcorgan
Date: 2006-08-12 19:45:54 -0600 (Sat, 12 Aug 2006)
New Revision: 3267
Modified:
gnuradio/trunk/gnuradio-core/doc/Doxyfile.in
gnuradio/trunk/gnuradio-core/doc/Makefile.am
gnuradio/trunk/usrp/doc/Doxyfile.in
Log:
Fixes ticket:8.
Modified: gnuradio/trunk/gnuradio-core/doc/Doxyfile.in
===================================================================
--- gnuradio/trunk/gnuradio-core/doc/Doxyfile.in 2006-08-12 23:38:59 UTC
(rev 3266)
+++ gnuradio/trunk/gnuradio-core/doc/Doxyfile.in 2006-08-13 01:45:54 UTC
(rev 3267)
@@ -445,9 +445,9 @@
# 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 @@
# 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
Modified: gnuradio/trunk/gnuradio-core/doc/Makefile.am
===================================================================
--- gnuradio/trunk/gnuradio-core/doc/Makefile.am 2006-08-12 23:38:59 UTC
(rev 3266)
+++ gnuradio/trunk/gnuradio-core/doc/Makefile.am 2006-08-13 01:45:54 UTC
(rev 3267)
@@ -54,7 +54,7 @@
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
Modified: gnuradio/trunk/usrp/doc/Doxyfile.in
===================================================================
--- gnuradio/trunk/usrp/doc/Doxyfile.in 2006-08-12 23:38:59 UTC (rev 3266)
+++ gnuradio/trunk/usrp/doc/Doxyfile.in 2006-08-13 01:45:54 UTC (rev 3267)
@@ -437,8 +437,8 @@
# 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 @@
# 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.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Commit-gnuradio] r3267 - in gnuradio/trunk: gnuradio-core/doc usrp/doc,
jcorgan <=