diff options
author | gdt | 2006-11-25 15:15:05 +0000 |
---|---|---|
committer | gdt | 2006-11-25 15:15:05 +0000 |
commit | 8ef184f76856b829b708393458eef745baeffec3 (patch) | |
tree | cc539438648f7e9d3eb70986b089410af39ef849 /gr-trellis/doc/Makefile.am | |
parent | 669ac5572e5f2703179f7d3f4bca80d8a36ee592 (diff) | |
download | gnuradio-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
Diffstat (limited to 'gr-trellis/doc/Makefile.am')
-rw-r--r-- | gr-trellis/doc/Makefile.am | 2 |
1 files changed, 1 insertions, 1 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 $< |