Changeset 4023
- Timestamp:
- 11/25/06 11:34:55
- Files:
-
- gnuradio/trunk/mblock/doc/Makefile.am (modified) (1 diff)
- gnuradio/trunk/pmt/doc/Makefile.am (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
gnuradio/trunk/mblock/doc/Makefile.am
r3534 r4023 40 40 -rm -f $(TARGETS) $(BUILT_XML_FILES) 41 41 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 40 40 -rm -f $(TARGETS) $(BUILT_XML_FILES) 41 41 42 %.html : %.xml 43 xmlto html-nochunks $< 42 # This is non-portable pattern rule. 43 #%.html : %.xml 44 # xmlto html-nochunks $<
