~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:49:50 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-20090909004950-43z4zdicb5u91iet
tweak quick reference naming to make it consistent with other PDFs

Show diffs side-by-side

added added

removed removed

Lines of Context:
70
70
    'bzr-%s-tutorial-centralized.tex' % (bzr_locale,),
71
71
    bzr_title(u'Centralized Workflow Tutorial'), bzr_team, 'howto'),
72
72
]
73
 
 
74
 
# List of documents that shouldn't be included in the build.
75
 
unused_docs = [
76
 
    # Subtopics that get included
77
 
    'upgrade-guide/overview',
78
 
    'upgrade-guide/data_migration',
79
 
    'upgrade-guide/tips_and_tricks',
80
 
    # Plain-style documentation generation stuff
81
 
    'release-notes/NEWS',
82
 
    'user-reference/bzr_man',
83
 
    'user-guide/index-plain',
84
 
    'admin-guide/index-plain',
85
 
    # Miscellaneous
86
 
    'user-reference/readme',
87
 
]
88