]> git.gag.com Git - debian/gnuradio/commitdiff
Make usrp documentation its own top-level directory. Fixes ticket:149.
authorjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Sat, 25 Aug 2007 04:01:19 +0000 (04:01 +0000)
committerjcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5>
Sat, 25 Aug 2007 04:01:19 +0000 (04:01 +0000)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6174 221aa14e-8319-0410-a670-987f0aec2ac5

gnuradio-core/doc/Doxyfile.in
usrp/doc/Makefile.am

index 3e1ade13ac4e86c3fbf674a8e72b42939565ebde..3f8dd6345f3c7a636b3b49dee0e7c446e68a92f1 100644 (file)
@@ -462,9 +462,7 @@ INPUT                  = @top_srcdir@/gnuradio-core/src/lib \
                         @top_srcdir@/gr-video-sdl \
                         @top_srcdir@/mblock \
                         @top_srcdir@/omnithread \
-                        @top_srcdir@/pmt \
-                        @top_srcdir@/usrp/host
-
+                        @top_srcdir@/pmt
 
 # 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 
index b5784e014ccd1b13b3ae1a1641bd21249e8b50e7..71a8cee97894aa96c3b56b34e5d48e9dc572216c 100644 (file)
@@ -25,7 +25,7 @@ include $(top_srcdir)/Makefile.common
 SUBDIRS = other
 
 man3dir = $(mandir)/man3
-docdir  = $(prefix)/share/doc/@PACKAGE@-@VERSION@
+docdir  = $(prefix)/share/doc/usrp-@VERSION@
 
 EXTRA_DIST =                   \
        Doxyfile.in             \