~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to docs/conf.py

  • Committer: Monty Taylor
  • Date: 2010-09-28 17:34:48 UTC
  • mto: (1800.1.1 build)
  • mto: This revision was merged to the branch mainline in revision 1801.
  • Revision ID: mordred@inaugust.com-20100928173448-y9w4jcapxz9widh3
Use drizzledump sphinx docs as manpage source.

Show diffs side-by-side

added added

removed removed

Lines of Context:
211
211
# One entry per manual page. List of tuples
212
212
# (source start file, name, description, authors, manual section).
213
213
man_pages = [
214
 
    ('index', 'drizzle', u'Drizzle Documentation',
215
 
     [u'The Drizzle Developers'], 1)
 
214
    ('clients/drizzledump', 'drizzledump', u'a database backup program',
 
215
     [u'Andrew Hutchings'], 1)
216
216
]
217
217
 
218
218