commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: jcorgan
Subject: [Commit-gnuradio] r4423 - gnuradio/trunk/gr-howto-write-a-block/doc
Date: Wed, 7 Feb 2007 14:02:38 -0700 (MST)

Author: jcorgan
Date: 2007-02-07 14:02:37 -0700 (Wed, 07 Feb 2007)
New Revision: 4423

Modified:
   gnuradio/trunk/gr-howto-write-a-block/doc/Makefile.am
Log:
Fix ticket:133 for gr-howto-write-a-block

Modified: gnuradio/trunk/gr-howto-write-a-block/doc/Makefile.am
===================================================================
--- gnuradio/trunk/gr-howto-write-a-block/doc/Makefile.am       2007-02-07 
19:52:26 UTC (rev 4422)
+++ gnuradio/trunk/gr-howto-write-a-block/doc/Makefile.am       2007-02-07 
21:02:37 UTC (rev 4423)
@@ -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]