summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)