commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r4023 - in gnuradio/trunk: mblock/doc pmt/doc


From: gdt
Subject: [Commit-gnuradio] r4023 - in gnuradio/trunk: mblock/doc pmt/doc
Date: Sat, 25 Nov 2006 11:34:55 -0700 (MST)

Author: gdt
Date: 2006-11-25 11:34:55 -0700 (Sat, 25 Nov 2006)
New Revision: 4023

Modified:
   gnuradio/trunk/mblock/doc/Makefile.am
   gnuradio/trunk/pmt/doc/Makefile.am
Log:
Comment out non-portable pattern rules that aren't being used, and
leave a comment explaining why so that if documentation is added in
the future portable make code will be written.



Modified: gnuradio/trunk/mblock/doc/Makefile.am
===================================================================
--- gnuradio/trunk/mblock/doc/Makefile.am       2006-11-25 15:15:05 UTC (rev 
4022)
+++ gnuradio/trunk/mblock/doc/Makefile.am       2006-11-25 18:34:55 UTC (rev 
4023)
@@ -39,5 +39,6 @@
 clean:
        -rm -f $(TARGETS) $(BUILT_XML_FILES)
 
-%.html : %.xml
-       xmlto html-nochunks $<
+# This is non-portable pattern rule.
+#%.html : %.xml
+#      xmlto html-nochunks $<

Modified: gnuradio/trunk/pmt/doc/Makefile.am
===================================================================
--- gnuradio/trunk/pmt/doc/Makefile.am  2006-11-25 15:15:05 UTC (rev 4022)
+++ gnuradio/trunk/pmt/doc/Makefile.am  2006-11-25 18:34:55 UTC (rev 4023)
@@ -39,5 +39,6 @@
 clean:
        -rm -f $(TARGETS) $(BUILT_XML_FILES)
 
-%.html : %.xml
-       xmlto html-nochunks $<
+# This is non-portable pattern rule.
+#%.html : %.xml
+#      xmlto html-nochunks $<





reply via email to

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