Ticket #12198: guide-makefile-chunking.patch
File guide-makefile-chunking.patch, 434 bytes (added by lambda@…, 17 years ago) |
---|
-
Makefile
36 36 XML_DEBUG_CATALOG?= 37 37 CSS_STYLESHEET?= docbook.css 38 38 RESOURCES?= resources/ 39 STRINGPARAMS?= --stringparam html.stylesheet ${CSS_STYLESHEET} 39 STRINGPARAMS?= --stringparam html.stylesheet ${CSS_STYLESHEET} --stringparam chunk.section.depth 0 40 40 41 41 .PHONY : all 42 42 .PHONY : clean