Blame Scripts/centos-art/Functions/Help/Texinfo/Templates/en_US/manual.conf

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