diff options
author | jcorgan | 2006-11-27 05:24:04 +0000 |
---|---|---|
committer | jcorgan | 2006-11-27 05:24:04 +0000 |
commit | af8c4dc804ea84452f01b8b4a636cf9b9e6beb3a (patch) | |
tree | b84760a25c2c8dffa470fe93d17223800415d39f /gr-howto-write-a-block | |
parent | 7887a76a7d9eb140da6a33c15845f2ad5a072faa (diff) | |
download | gnuradio-af8c4dc804ea84452f01b8b4a636cf9b9e6beb3a.tar.gz gnuradio-af8c4dc804ea84452f01b8b4a636cf9b9e6beb3a.tar.bz2 gnuradio-af8c4dc804ea84452f01b8b4a636cf9b9e6beb3a.zip |
Fixes ticket:108
git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4033 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'gr-howto-write-a-block')
-rw-r--r-- | gr-howto-write-a-block/doc/Makefile.am | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gr-howto-write-a-block/doc/Makefile.am b/gr-howto-write-a-block/doc/Makefile.am index 5ca6a5a39..83d14bd8f 100644 --- a/gr-howto-write-a-block/doc/Makefile.am +++ b/gr-howto-write-a-block/doc/Makefile.am @@ -54,19 +54,19 @@ howto-write-a-block.html : howto-write-a-block.xml $(BUILT_XML_FILES) gr_block.h.xml: $(GNURADIO_CORE_INCLUDEDIR)/gr_block.h make_numbered_listing.py - ./make_numbered_listing.py $< + ./make_numbered_listing.py $(GNURADIO_CORE_INCLUDEDIR)/gr_block.h howto_square_ff.cc.xml: $(top_srcdir)/src/lib/howto_square_ff.cc make_numbered_listing.py - ./make_numbered_listing.py $< + ./make_numbered_listing.py $(top_srcdir)/src/lib/howto_square_ff.cc howto_square_ff.h.xml: $(top_srcdir)/src/lib/howto_square_ff.h make_numbered_listing.py - ./make_numbered_listing.py $< + ./make_numbered_listing.py $(top_srcdir)/src/lib/howto_square_ff.h howto_square2_ff.cc.xml: $(top_srcdir)/src/lib/howto_square2_ff.cc make_numbered_listing.py - ./make_numbered_listing.py $< + ./make_numbered_listing.py $(top_srcdir)/src/lib/howto_square2_ff.cc howto_square2_ff.h.xml: $(top_srcdir)/src/lib/howto_square2_ff.h make_numbered_listing.py - ./make_numbered_listing.py $< + ./make_numbered_listing.py $(top_srcdir)/src/lib/howto_square2_ff.h # ---------------------------------------------------------------- |