Rename user manual files
Use chapter ids instead of numbers, so that we can reorder them, introduce new ones etc. without the numbers becoming out of date.
This commit is contained in:
parent
4dc2265918
commit
493a922208
|
@ -71,12 +71,12 @@ HTML_IMAGES= \
|
|||
# Extra SGML files that are included by $(DOC_MAIN_SGML_FILE).
|
||||
# e.g. content_files=running.sgml building.sgml changes-2.0.sgml
|
||||
content_files= \
|
||||
usermanual-ch01.xml \
|
||||
usermanual-ch02.xml \
|
||||
usermanual-ch03.xml \
|
||||
usermanual-ch04.xml \
|
||||
usermanual-ch05.xml \
|
||||
usermanual-ch06.xml \
|
||||
usermanual-buffers-language-script-and-direction.xml \
|
||||
usermanual-fonts-and-faces.xml \
|
||||
usermanual-glyph-information.xml \
|
||||
usermanual-hello-harfbuzz.xml \
|
||||
usermanual-opentype-features.xml \
|
||||
usermanual-what-is-harfbuzz.xml \
|
||||
version.xml
|
||||
|
||||
# SGML files where gtk-doc abbrevations (#GtkWidget) are expanded
|
||||
|
|
|
@ -45,12 +45,12 @@
|
|||
|
||||
<part>
|
||||
<title>User's manual</title>
|
||||
<xi:include href="usermanual-ch01.xml"/>
|
||||
<xi:include href="usermanual-ch02.xml"/>
|
||||
<xi:include href="usermanual-ch03.xml"/>
|
||||
<xi:include href="usermanual-ch04.xml"/>
|
||||
<xi:include href="usermanual-ch05.xml"/>
|
||||
<xi:include href="usermanual-ch06.xml"/>
|
||||
<xi:include href="usermanual-what-is-harfbuzz.xml"/>
|
||||
<xi:include href="usermanual-hello-harfbuzz.xml"/>
|
||||
<xi:include href="usermanual-buffers-language-script-and-direction.xml"/>
|
||||
<xi:include href="usermanual-fonts-and-faces.xml"/>
|
||||
<xi:include href="usermanual-opentype-features.xml"/>
|
||||
<xi:include href="usermanual-glyph-information.xml"/>
|
||||
</part>
|
||||
|
||||
<part>
|
||||
|
|
Loading…
Reference in New Issue