diff options
author | Johnathan Corgan | 2009-10-13 13:07:19 -0700 |
---|---|---|
committer | Johnathan Corgan | 2009-10-13 13:07:19 -0700 |
commit | 6b0bbd512a12a1ec0309f0f8d38797c824ec1326 (patch) | |
tree | 9423401658916683107180e277437c0d7d5471a2 /usrp | |
parent | 068c84168c35858197b18835ade10c8cebc180ae (diff) | |
download | gnuradio-6b0bbd512a12a1ec0309f0f8d38797c824ec1326.tar.gz gnuradio-6b0bbd512a12a1ec0309f0f8d38797c824ec1326.tar.bz2 gnuradio-6b0bbd512a12a1ec0309f0f8d38797c824ec1326.zip |
Change calculation of docdir to remove trailer when in git development
Diffstat (limited to 'usrp')
-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 1c01e43fa..6099ebb72 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 -usrp_docdir = $(prefix)/share/doc/usrp-@VERSION@ +usrp_docdir = $(prefix)/share/doc/usrp-$(DOCVER) EXTRA_DIST = \ Doxyfile.in \ |