|
|
878a2b |
# This file controls the manual configuration. This file is divided
|
|
|
878a2b |
# in configuration sections (e.g., `main' and `templates') which, in
|
|
|
878a2b |
# turn, are organized in the form `variable = value'.
|
|
|
878a2b |
# ----------------------------------------------------------------------
|
|
|
878a2b |
# $Id$
|
|
|
878a2b |
# ----------------------------------------------------------------------
|
|
|
878a2b |
|
|
|
878a2b |
[main]
|
|
|
878a2b |
|
|
|
878a2b |
# Specify documentation backend used by documentation manual. This is
|
|
|
878a2b |
# the format used to write documentation manual source files.
|
|
|
e800af |
manual_format = "texinfo"
|
|
|
878a2b |
|
|
|
878a2b |
# Specify title style used by sections inside the manual. Possible
|
|
|
878a2b |
# values to this option are `cap-each-word' to capitalize each word in
|
|
|
878a2b |
# the section title, `cap-first-word' to capitalize the first word in
|
|
|
878a2b |
# the section title only and `directory' to transform each word in the
|
|
|
878a2b |
# section title into a directory path. From all these options,
|
|
|
878a2b |
# `cap-each-word' is the one used as default.
|
|
|
878a2b |
manual_section_style = "cap-each-word"
|
|
|
878a2b |
|
|
|
878a2b |
# Specify the order used by sections inside the manual. By default new
|
|
|
878a2b |
# sections added to the manual are put on the end to follow the
|
|
|
878a2b |
# section `created' order. Other possible values to this option are
|
|
|
878a2b |
# `ordered' and `reversed' to sort the list of sections alphabetically
|
|
|
878a2b |
# from A-Z and Z-A, respectively.
|
|
|
878a2b |
manual_section_order = "created"
|
|
|
878a2b |
|
|
|
878a2b |
[templates]
|
|
|
878a2b |
|
|
|
878a2b |
# Specify relation between template files and section definition files
|
|
|
878a2b |
# inside the manual. Template definition is set on the left side using
|
|
|
878a2b |
# relative path. The section main definition file is described on the
|
|
|
878a2b |
# right using a regular expression. The first match wins.
|
|
|
878a2b |
Chapters/section-functions.texinfo = "^.+-functions-[[:alnum:]]+\.texinfo$"
|
|
|
878a2b |
Chapters/section.texinfo = "^.+\.texinfo$"
|