From: gdt Date: Sat, 25 Nov 2006 18:34:55 +0000 (+0000) Subject: Comment out non-portable pattern rules that aren't being used, and X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=418075553b255199911e965041211211a7a4e5d9;p=debian%2Fgnuradio 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 --- 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 $<