Re: Multi-file html output

Eli Zaretskii <[email protected]> Fri, 01 May 2026 16:41:57 +0300
Newsgroups gmane.comp.tex.texinfo.general
Message-ID <[email protected]>
> 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.