From: jcorgan Date: Sat, 25 Aug 2007 04:01:19 +0000 (+0000) Subject: Make usrp documentation its own top-level directory. Fixes ticket:149. X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=e23303070a0b94a903f724548e2ae357294faee9;p=debian%2Fgnuradio Make usrp documentation its own top-level directory. Fixes ticket:149. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@6174 221aa14e-8319-0410-a670-987f0aec2ac5 --- diff --git a/gnuradio-core/doc/Doxyfile.in b/gnuradio-core/doc/Doxyfile.in index 3e1ade13..3f8dd634 100644 --- a/gnuradio-core/doc/Doxyfile.in +++ b/gnuradio-core/doc/Doxyfile.in @@ -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 diff --git a/usrp/doc/Makefile.am b/usrp/doc/Makefile.am index b5784e01..71a8cee9 100644 --- a/usrp/doc/Makefile.am +++ b/usrp/doc/Makefile.am @@ -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 \