From 418075553b255199911e965041211211a7a4e5d9 Mon Sep 17 00:00:00 2001 From: gdt Date: Sat, 25 Nov 2006 18:34:55 +0000 Subject: [PATCH] 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 --- mblock/doc/Makefile.am | 5 +++-- pmt/doc/Makefile.am | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/mblock/doc/Makefile.am b/mblock/doc/Makefile.am index 73119643..18b82831 100644 --- a/mblock/doc/Makefile.am +++ b/mblock/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 $< diff --git a/pmt/doc/Makefile.am b/pmt/doc/Makefile.am index 73119643..18b82831 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 $< -- 2.30.2