html_file_suffix

Name

html_file_suffix -- change the extensions used for all HTML files created

Synopsis

    html_file_suffix="html"
  

Description

The extension used when creating all HTML files is determined by the value of html_file_suffix.

Examples

The most common alternate setting of html_file_suffix is to get HTML files created with a ".htm" suffix, which you'd accomplish like this:

     html_file_suffix="htm"
  

See also

index_base_name