diff options
author | gdt | 2006-11-25 18:34:55 +0000 |
---|---|---|
committer | gdt | 2006-11-25 18:34:55 +0000 |
commit | 418075553b255199911e965041211211a7a4e5d9 (patch) | |
tree | e099cb160d45caf4796cd4bb6ee24085ac60ad7c | |
parent | 8ef184f76856b829b708393458eef745baeffec3 (diff) | |
download | gnuradio-418075553b255199911e965041211211a7a4e5d9.tar.gz gnuradio-418075553b255199911e965041211211a7a4e5d9.tar.bz2 gnuradio-418075553b255199911e965041211211a7a4e5d9.zip |
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
-rw-r--r-- | mblock/doc/Makefile.am | 5 | ||||
-rw-r--r-- | 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 731196437..18b82831a 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 731196437..18b82831a 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 $< |