commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4074 - gnuradio/branches/releases/3.0/gr-howto-write-


From: jcorgan
Subject: [Commit-gnuradio] r4074 - gnuradio/branches/releases/3.0/gr-howto-write-a-block/doc
Date: Tue, 12 Dec 2006 15:04:49 -0700 (MST)

Author: jcorgan
Date: 2006-12-12 15:04:49 -0700 (Tue, 12 Dec 2006)
New Revision: 4074

Modified:
   gnuradio/branches/releases/3.0/gr-howto-write-a-block/doc/Makefile.am
Log:
Applied changeset r4033 on trunk to release branch.

Modified: gnuradio/branches/releases/3.0/gr-howto-write-a-block/doc/Makefile.am
===================================================================
--- gnuradio/branches/releases/3.0/gr-howto-write-a-block/doc/Makefile.am       
2006-12-12 22:00:01 UTC (rev 4073)
+++ gnuradio/branches/releases/3.0/gr-howto-write-a-block/doc/Makefile.am       
2006-12-12 22:04:49 UTC (rev 4074)
@@ -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]