summaryrefslogtreecommitdiff
path: root/gr-howto-write-a-block/doc
diff options
context:
space:
mode:
Diffstat (limited to 'gr-howto-write-a-block/doc')
-rw-r--r--gr-howto-write-a-block/doc/Makefile.am10
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
# ----------------------------------------------------------------