Blame Manuals/Tcar-fs/en_US/tcar-fs.conf

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