diff options
author | gdt <gdt@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-11-25 15:15:05 +0000 |
---|---|---|
committer | gdt <gdt@221aa14e-8319-0410-a670-987f0aec2ac5> | 2006-11-25 15:15:05 +0000 |
commit | 8ef184f76856b829b708393458eef745baeffec3 (patch) | |
tree | cc539438648f7e9d3eb70986b089410af39ef849 /usrp/doc | |
parent | 669ac5572e5f2703179f7d3f4bca80d8a36ee592 (diff) |
Use paths with $(top_srcdir) so that builds from other than source dirs work.
(Corrects problem I introduced when removing pattern rules.)
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4022 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 f39961adce..85f02f32f3 100644 --- a/usrp/doc/Makefile.am +++ b/usrp/doc/Makefile.am @@ -52,7 +52,7 @@ html/index.html: docbook-html: usrp_guide.html usrp_guide.html: usrp_guide.xml - xmlto html-nochunks usrp_guide.xml + xmlto html-nochunks $(top_srcdir)/usrp/doc/usrp_guide.xml install-data-local: $(mkinstalldirs) $(DESTDIR)$(docdir) |