summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgdt2006-11-25 15:15:05 +0000
committergdt2006-11-25 15:15:05 +0000
commit8ef184f76856b829b708393458eef745baeffec3 (patch)
treecc539438648f7e9d3eb70986b089410af39ef849
parent669ac5572e5f2703179f7d3f4bca80d8a36ee592 (diff)
downloadgnuradio-8ef184f76856b829b708393458eef745baeffec3.tar.gz
gnuradio-8ef184f76856b829b708393458eef745baeffec3.tar.bz2
gnuradio-8ef184f76856b829b708393458eef745baeffec3.zip
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
-rw-r--r--gr-trellis/doc/Makefile.am2
-rw-r--r--usrp/doc/Makefile.am2
2 files changed, 2 insertions, 2 deletions
diff --git a/gr-trellis/doc/Makefile.am b/gr-trellis/doc/Makefile.am
index c78902c30..5ac7487b1 100644
--- a/gr-trellis/doc/Makefile.am
+++ b/gr-trellis/doc/Makefile.am
@@ -45,7 +45,7 @@ BUILT_XML_FILES =
# ----------------------------------------------------------------
gr-trellis.html : gr-trellis.xml
- xmlto html-nochunks gr-trellis.xml
+ xmlto html-nochunks $(top_srcdir)/gr-trellis/doc/gr-trellis.xml
%.xml : % make_numbered_listing.py
./make_numbered_listing.py $<
diff --git a/usrp/doc/Makefile.am b/usrp/doc/Makefile.am
index f39961adc..85f02f32f 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)