> Date: Fri, 01 May 2026 12:31:39 +0000 > From: Heime <[email protected]> > > > > When producing documentation for my packages, does the html option > always put the entire thing into one file. Can it do splitting as > can be made to happen with info files? > > $(hmldir)/antares.html: $(srcs) | $$(@D) > makeinfo $(opts) --html -o $@ $<
See "makeinfo --help" where it describes the --split command-line option.
