~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/conf.py

  • Committer: Jelmer Vernooij
  • Date: 2012-04-02 01:44:26 UTC
  • mfrom: (6518 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6519.
  • Revision ID: jelmer@samba.org-20120402014426-0o5qtysohyl006b2
merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
# Output file base name for HTML help builder.
48
48
htmlhelp_basename = 'bzr-%s' % (bzr_locale,)
49
49
 
50
 
# Grouping the document tree into LaTeX files. List of tuples
 
50
# Grouping the document tree into files. List of tuples
51
51
# (source start file, target name, title, author, documentclass [howto/manual]).
52
 
latex_documents = [
 
52
bzr_documents = [
53
53
  # Manuals
54
 
  ('user-guide/index', 'bzr-%s-user-guide.tex' % (bzr_locale,),
 
54
  ('user-guide/index', 'bzr-%s-user-guide' % (bzr_locale,),
55
55
    bzr_title(u'Bazaar User Guide'), bzr_team, 'manual'),
56
 
  ('user-reference/index', 'bzr-%s-user-reference.tex' % (bzr_locale,),
 
56
  ('user-reference/index', 'bzr-%s-user-reference' % (bzr_locale,),
57
57
    bzr_title(u'Bazaar User Reference'), bzr_team, 'manual'),
58
 
  ('release-notes/index', 'bzr-%s-release-notes.tex' % (bzr_locale,),
 
58
  ('release-notes/index', 'bzr-%s-release-notes' % (bzr_locale,),
59
59
    bzr_title(u'Bazaar Release Notes'), bzr_team, 'manual'),
60
 
  ('upgrade-guide/index', 'bzr-%s-upgrade-guide.tex' % (bzr_locale,),
 
60
  ('upgrade-guide/index', 'bzr-%s-upgrade-guide' % (bzr_locale,),
61
61
    bzr_title(u'Bazaar Upgrade Guide'), bzr_team, 'manual'),
62
 
  ('admin-guide/index', 'bzr-%s-admin-guide.tex' % (bzr_locale,),
 
62
  ('admin-guide/index', 'bzr-%s-admin-guide' % (bzr_locale,),
63
63
    bzr_title(u"Bazaar System Administrator's Guide"), bzr_team, 'manual'),
64
64
  # Tutorials
65
 
  ('mini-tutorial/index', 'bzr-%s-tutorial-mini.tex' % (bzr_locale,),
 
65
  ('mini-tutorial/index', 'bzr-%s-tutorial-mini' % (bzr_locale,),
66
66
    bzr_title(u'Bazaar in five minutes'), bzr_team, 'howto'),
67
 
  ('tutorials/tutorial', 'bzr-%s-tutorial.tex' % (bzr_locale,),
 
67
  ('tutorials/tutorial', 'bzr-%s-tutorial' % (bzr_locale,),
68
68
    bzr_title(u'Bazaar Tutorial'), bzr_team, 'howto'),
69
69
  ('tutorials/using_bazaar_with_launchpad',
70
 
    'bzr-%s-tutorial-with-launchpad.tex' % (bzr_locale,),
 
70
    'bzr-%s-tutorial-with-launchpad' % (bzr_locale,),
71
71
    bzr_title(u'Using Bazaar With Launchpad'), bzr_team, 'howto'),
72
72
  ('tutorials/centralized_workflow',
73
 
    'bzr-%s-tutorial-centralized.tex' % (bzr_locale,),
 
73
    'bzr-%s-tutorial-centralized' % (bzr_locale,),
74
74
    bzr_title(u'Centralized Workflow Tutorial'), bzr_team, 'howto'),
75
 
  ('whats-new/whats-new-in-2.1', 'bzr-%s-whats-new.tex' % (bzr_locale,),
 
75
  ('whats-new/whats-new-in-2.1', 'bzr-%s-whats-new' % (bzr_locale,),
76
76
    bzr_title(u"What's New in Bazaar 2.1?"), bzr_team, 'howto'),
77
77
]
78
78
 
 
79
latex_documents = [
 
80
    (start, target+'.tex', title, author, doc_class)
 
81
    for start, target, title, author, doc_class in bzr_documents
 
82
    ]
 
83
 
 
84
texinfo_documents = [
 
85
    (start, target, title, author, doc_class)
 
86
    for start, target, title, author, doc_class in bzr_documents
 
87
    ]
 
88
 
79
89
# List of documents that shouldn't be included in the build.
80
90
unused_docs = [
81
91
    # Subtopics that get included