commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r4033 - gnuradio/trunk/gr-howto-write-a-block/doc


From: jcorgan
Subject: [Commit-gnuradio] r4033 - gnuradio/trunk/gr-howto-write-a-block/doc
Date: Sun, 26 Nov 2006 22:24:04 -0700 (MST)

Author: jcorgan
Date: 2006-11-26 22:24:04 -0700 (Sun, 26 Nov 2006)
New Revision: 4033

Modified:
   gnuradio/trunk/gr-howto-write-a-block/doc/Makefile.am
Log:
Fixes ticket:108

Modified: gnuradio/trunk/gr-howto-write-a-block/doc/Makefile.am
===================================================================
--- gnuradio/trunk/gr-howto-write-a-block/doc/Makefile.am       2006-11-27 
04:53:34 UTC (rev 4032)
+++ gnuradio/trunk/gr-howto-write-a-block/doc/Makefile.am       2006-11-27 
05:24:04 UTC (rev 4033)
@@ -54,19 +54,19 @@
 
 
 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 
 
 
 # ----------------------------------------------------------------





reply via email to

[Prev in Thread] Current Thread [Next in Thread]