summaryrefslogtreecommitdiff
path: root/pmt
diff options
context:
space:
mode:
authorgdt <gdt@221aa14e-8319-0410-a670-987f0aec2ac5>2006-11-25 18:34:55 +0000
committergdt <gdt@221aa14e-8319-0410-a670-987f0aec2ac5>2006-11-25 18:34:55 +0000
commit418075553b255199911e965041211211a7a4e5d9 (patch)
treee099cb160d45caf4796cd4bb6ee24085ac60ad7c /pmt
parent8ef184f76856b829b708393458eef745baeffec3 (diff)
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. git-svn-id: http://gnuradio.org/svn/gnuradio/trunk@4023 221aa14e-8319-0410-a670-987f0aec2ac5
Diffstat (limited to 'pmt')
-rw-r--r--pmt/doc/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/pmt/doc/Makefile.am b/pmt/doc/Makefile.am
index 7311964376..18b82831a6 100644
--- a/pmt/doc/Makefile.am
+++ b/pmt/doc/Makefile.am
@@ -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 $<