From 6b0bbd512a12a1ec0309f0f8d38797c824ec1326 Mon Sep 17 00:00:00 2001 From: Johnathan Corgan Date: Tue, 13 Oct 2009 13:07:19 -0700 Subject: Change calculation of docdir to remove trailer when in git development --- usrp/doc/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usrp') 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 \ -- cgit