Changeset 4023

Show
Ignore:
Timestamp:
11/25/06 11:34:55
Author:
gdt
Message:

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.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • gnuradio/trunk/mblock/doc/Makefile.am

    r3534 r4023  
    4040        -rm -f $(TARGETS) $(BUILT_XML_FILES) 
    4141 
    42 %.html : %.xml 
    43         xmlto html-nochunks $< 
     42# This is non-portable pattern rule. 
     43#%.html : %.xml 
     44#       xmlto html-nochunks $< 
  • gnuradio/trunk/pmt/doc/Makefile.am

    r3534 r4023  
    4040        -rm -f $(TARGETS) $(BUILT_XML_FILES) 
    4141 
    42 %.html : %.xml 
    43         xmlto html-nochunks $< 
     42# This is non-portable pattern rule. 
     43#%.html : %.xml 
     44#       xmlto html-nochunks $<