/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to doc/en/conf.py

  • Committer: Ian Clatworthy
  • Date: 2010-03-03 04:18:28 UTC
  • mto: (4797.31.1 integration-2.1)
  • mto: This revision was merged to the branch mainline in revision 5075.
  • Revision ID: ian.clatworthy@canonical.com-20100303041828-yo00ib7j1tj7ur5q
Add System Admin Guide to the PDF set too

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
        u'Bazaar User Reference': None,
29
29
        u'Bazaar Release Notes': None,
30
30
        u'Bazaar Upgrade Guide': None,
 
31
        u"Bazaar System Administrator's Guide": None,
31
32
        u'Bazaar in five minutes': None,
32
33
        u'Bazaar Tutorial': None,
33
34
        u'Using Bazaar With Launchpad': None,
59
60
    bzr_title(u'Bazaar Release Notes'), bzr_team, 'manual'),
60
61
  ('upgrade-guide/index', 'bzr-%s-upgrade-guide.tex' % (bzr_locale,),
61
62
    bzr_title(u'Bazaar Upgrade Guide'), bzr_team, 'manual'),
 
63
  ('admin-guide/index', 'bzr-%s-admin-guide.tex' % (bzr_locale,),
 
64
    bzr_title(u"Bazaar System Administrator's Guide"), bzr_team, 'manual'),
62
65
  # Tutorials
63
66
  ('mini-tutorial/index', 'bzr-%s-tutorial-mini.tex' % (bzr_locale,),
64
67
    bzr_title(u'Bazaar in five minutes'), bzr_team, 'howto'),