~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 11:43:10 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-20090909114310-glw7tv76i5gnx9pt
put rules back in Makefile supporting plain-style docs

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
    # Placeholder for later
 
77
    'admin-guide/index',
 
78
    'upgrade-guide/overview',
 
79
    'upgrade-guide/data_migration',
 
80
    'upgrade-guide/tips_and_tricks',
 
81
]
 
82