~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/conf.py

  • Committer: Ian Clatworthy
  • Date: 2009-09-09 00:34:29 UTC
  • mto: (4634.37.2 prepare-2.0)
  • mto: This revision was merged to the branch mainline in revision 4689.
  • Revision ID: ian.clatworthy@canonical.com-20090909003429-o05qze5946tl67ku
tweak chm file naming

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
html_additional_pages = {'index': 'index.html'}
45
45
 
46
46
# Output file base name for HTML help builder.
47
 
htmlhelp_basename = 'bzr-%s-user-docs' % (bzr_locale,)
 
47
htmlhelp_basename = 'bzr-%s' % (bzr_locale,)
48
48
 
49
49
# Grouping the document tree into LaTeX files. List of tuples
50
50
# (source start file, target name, title, author, documentclass [howto/manual]).