> From: Robert Weiner <[email protected]> > Date: Tue, 26 Jul 2016 10:29:08 -0400 > Cc: "[email protected]" <[email protected]> > > The nodes corresponding to sections > also had files output, but these didn't contain the actual contents of > the sections, they were redirection pages > > So this is what I need to prevent, as I think many users would want, i.e. no > extra html files besides an > index.html and then one file per chapter. The index file could point to the > right node/section in the chapter files. > This will simplify maintenance. Is this possible? Why are the individual > node files necessary when splitting by > chapter?
So that links to sections don't change when the manual is split in a different way. Otherwise, splitting the manual in a different way would invalidate the links.
