Comment out non-portable pattern rules that aren't being used, and
authorgdt <gdt@221aa14e-8319-0410-a670-987f0aec2ac5>
Sat, 25 Nov 2006 18:34:55 +0000 (18:34 +0000)
committergdt <gdt@221aa14e-8319-0410-a670-987f0aec2ac5>
Sat, 25 Nov 2006 18:34:55 +0000 (18:34 +0000)
leave a comment explaining why so that if documentation is added in
the future portable make code will be written.

git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4023 221aa14e-8319-0410-a670-987f0aec2ac5

mblock/doc/Makefile.am
pmt/doc/Makefile.am

index 731196437683b02a7a6ca79a1c99616748fc56f2..18b82831a6ec837dbe9dfa0bc7771d38590f100d 100644 (file)
@@ -39,5 +39,6 @@ BUILT_XML_FILES =
 clean:
        -rm -f $(TARGETS) $(BUILT_XML_FILES)
 
-%.html : %.xml
-       xmlto html-nochunks $<
+# This is non-portable pattern rule.
+#%.html : %.xml
+#      xmlto html-nochunks $<
index 731196437683b02a7a6ca79a1c99616748fc56f2..18b82831a6ec837dbe9dfa0bc7771d38590f100d 100644 (file)
@@ -39,5 +39,6 @@ BUILT_XML_FILES =
 clean:
        -rm -f $(TARGETS) $(BUILT_XML_FILES)
 
-%.html : %.xml
-       xmlto html-nochunks $<
+# This is non-portable pattern rule.
+#%.html : %.xml
+#      xmlto html-nochunks $<