From 8ef184f76856b829b708393458eef745baeffec3 Mon Sep 17 00:00:00 2001 From: gdt Date: Sat, 25 Nov 2006 15:15:05 +0000 Subject: [PATCH] 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 --- gr-trellis/doc/Makefile.am | 2 +- usrp/doc/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gr-trellis/doc/Makefile.am b/gr-trellis/doc/Makefile.am index c78902c3..5ac7487b 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 f39961ad..85f02f32 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) -- 2.47.2