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

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