Build a PDF of the FAQs too.

This commit is contained in:
Georg Brandl 2010-11-12 06:19:48 +00:00
parent 02a807ebef
commit e5b5ff4961

View file

@ -131,6 +131,8 @@ latex_documents = [
'Python Tutorial', _stdauthor, 'manual'),
('using/index', 'using.tex',
'Python Setup and Usage', _stdauthor, 'manual'),
('faq/index', 'faq.tex',
'Python Frequently Asked Questions', _stdauthor, 'manual'),
('whatsnew/' + version, 'whatsnew.tex',
'What\'s New in Python', 'A. M. Kuchling', 'howto'),
]