From af8c4dc804ea84452f01b8b4a636cf9b9e6beb3a Mon Sep 17 00:00:00 2001 From: jcorgan Date: Mon, 27 Nov 2006 05:24:04 +0000 Subject: [PATCH] Fixes ticket:108 git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4033 221aa14e-8319-0410-a670-987f0aec2ac5 --- gr-howto-write-a-block/doc/Makefile.am | 10 +++++----- 1 file 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 5ca6a5a3..83d14bd8 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 # ---------------------------------------------------------------- -- 2.30.2