diff options
author | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-08-25 04:01:19 +0000 |
---|---|---|
committer | jcorgan <jcorgan@221aa14e-8319-0410-a670-987f0aec2ac5> | 2007-08-25 04:01:19 +0000 |
commit | e23303070a0b94a903f724548e2ae357294faee9 (patch) | |
tree | 48d269af06f59fdf68a76fe92343b487ac9a1b7c /usrp/doc | |
parent | 1fc3f8738ac12ec2c08558277ac744ace545ca6b (diff) |
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
Diffstat (limited to 'usrp/doc')
-rw-r--r-- | usrp/doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp/doc/Makefile.am b/usrp/doc/Makefile.am index b5784e014c..71a8cee978 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 \ |