Commit graph

2 commits

Author SHA1 Message Date
Pekka Paalanen
5c5e28294f doc: change HTML file names
Previously the HTML files generated from the DocBook sources were named
ch01.html, ch02.html, apa.html, apb.html, etc. with running numbering.
This means that if one added a new chapter between existing chapters,
the following chapter file names would change and break all web links
pointing to them.

Instead, let's use the chapter ID as the file name. This way, web links
will not be broken when new chapters are added.

Of course, this change breaks all web links to everything but index.html
(and pr01.html and pr02.html).

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
2026-01-21 10:46:23 +02:00
Pekka Paalanen
8c9aedf36e doc: move docbook config to a file
I think it's nicer to have the configuration in a separate file, and not
clutter the Meson file. Yes, the XML syntax is inconvenient.

This patch does not change the generated output.

Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
2026-01-21 10:46:23 +02:00