Skip to content

Commit

Permalink
Add texinfo builder.
Browse files Browse the repository at this point in the history
  • Loading branch information
bon committed Oct 20, 2012
1 parent c1cb41f commit 01da12b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions conf.py
Expand Up @@ -27,6 +27,12 @@
u'Adrian Holovaty, Jacob Kaplan-Moss, et al.', 'manual'), u'Adrian Holovaty, Jacob Kaplan-Moss, et al.', 'manual'),
] ]


# texinfo builder
texinfo_documents = [
('index', 'TheDjangoBook.tex', u'The Django Book',
u'Adrian Holovaty, Jacob Kaplan-Moss, et al.', 'manual'),
]

# ePub builder # ePub builder
epub_title = u'The Django Book' epub_title = u'The Django Book'
epub_author = u'Adrian Holovaty, Jacob Kaplan-Moss, et al.' epub_author = u'Adrian Holovaty, Jacob Kaplan-Moss, et al.'
Expand Down

0 comments on commit 01da12b

Please sign in to comment.