Build a PDF of the FAQs too.
diff --git a/Doc/conf.py b/Doc/conf.py
index d12cb17..ce64f06 100644
--- a/Doc/conf.py
+++ b/Doc/conf.py
@@ -131,6 +131,8 @@
      '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'),
 ]