publican: only split chapters and top-level sections onto separate pages

When generating HTML, don't split once we're into subjections. This
generates a single page for each protocol interface instead of the previous
separate pages for requests, events and enums.
No effect on the rest of the HTML configuration.
This commit is contained in:
Peter Hutterer 2013-08-15 20:58:10 +10:00 committed by Kristian Høgsberg
parent f169614738
commit 2cc551b1ec

View file

@ -6,3 +6,4 @@ type: Book
brand: common
tmp_dir: Wayland
toc_section_depth: 1
chunk_section_depth: 1