commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: jcorgan
Subject: [Commit-gnuradio] r4424 - gnuradio/branches/releases/3.0/gr-howto-write-a-block/doc
Date: Wed, 7 Feb 2007 14:04:35 -0700 (MST)

Author: jcorgan
Date: 2007-02-07 14:04:35 -0700 (Wed, 07 Feb 2007)
New Revision: 4424

Modified:
   gnuradio/branches/releases/3.0/gr-howto-write-a-block/doc/Makefile.am
Log:
Applied changeset r4423 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       
2007-02-07 21:02:37 UTC (rev 4423)
+++ gnuradio/branches/releases/3.0/gr-howto-write-a-block/doc/Makefile.am       
2007-02-07 21:04:35 UTC (rev 4424)
@@ -1,5 +1,5 @@
 #
-# Copyright 2004,2005 Free Software Foundation, Inc.
+# Copyright 2004,2005,2007 Free Software Foundation, Inc.
 # 
 # This file is part of GNU Radio
 # 
@@ -54,19 +54,19 @@
 
 
 gr_block.h.xml: $(GNURADIO_CORE_INCLUDEDIR)/gr_block.h make_numbered_listing.py
-       ./make_numbered_listing.py $(GNURADIO_CORE_INCLUDEDIR)/gr_block.h
+       $(PYTHON) ./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 $(top_srcdir)/src/lib/howto_square_ff.cc 
+       $(PYTHON) ./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 $(top_srcdir)/src/lib/howto_square_ff.h 
+       $(PYTHON) ./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 $(top_srcdir)/src/lib/howto_square2_ff.cc 
+       $(PYTHON) ./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 $(top_srcdir)/src/lib/howto_square2_ff.h 
+       $(PYTHON) ./make_numbered_listing.py 
$(top_srcdir)/src/lib/howto_square2_ff.h 
 
 
 # ----------------------------------------------------------------
@@ -78,4 +78,4 @@
        xmlto html-nochunks $<
 
 %.xml : % make_numbered_listing.py
-       ./make_numbered_listing.py $<
+       $(PYTHON) ./make_numbered_listing.py $<





reply via email to

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