commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r10515 - gnuradio/branches/developers/michaelld/fix_lo


From: michaelld
Subject: [Commit-gnuradio] r10515 - gnuradio/branches/developers/michaelld/fix_local_data_install/gr-trellis/doc
Date: Wed, 25 Feb 2009 20:41:30 -0700 (MST)

Author: michaelld
Date: 2009-02-25 20:41:29 -0700 (Wed, 25 Feb 2009)
New Revision: 10515

Modified:
   
gnuradio/branches/developers/michaelld/fix_local_data_install/gr-trellis/doc/Makefile.am
Log:
Expanded GNU make extension for for %.xml from % into explicit rules.
Changed location of Python script to always execute from $(srcdir).



Modified: 
gnuradio/branches/developers/michaelld/fix_local_data_install/gr-trellis/doc/Makefile.am
===================================================================
--- 
gnuradio/branches/developers/michaelld/fix_local_data_install/gr-trellis/doc/Makefile.am
    2009-02-26 00:29:51 UTC (rev 10514)
+++ 
gnuradio/branches/developers/michaelld/fix_local_data_install/gr-trellis/doc/Makefile.am
    2009-02-26 03:41:29 UTC (rev 10515)
@@ -48,9 +48,11 @@
 gr-trellis.html : gr-trellis.xml
        xmlto html-nochunks $(top_srcdir)/gr-trellis/doc/gr-trellis.xml
 
-# XXX `%'-style pattern rules are a GNU make extension
-%.xml : % make_numbered_listing.py
-       ./make_numbered_listing.py $<
+test_tcm.py.xml : test_tcm.py make_numbered_listing.py
+       $(srcdir)/make_numbered_listing.py $<
 
+test_viterbi_equalization1.py.xml : test_viterbi_equalization1.py 
make_numbered_listing.py
+       $(srcdir)/make_numbered_listing.py $<
+
 clean-local:
        $(RM) -fr $(HTML_FILES) *~





reply via email to

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