Don't use "HOWTO" as the title for all howto .tex files.

This commit is contained in:
Georg Brandl 2008-11-08 11:47:44 +00:00
parent ed29bb49f8
commit 012a1ff935
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ latex_documents = [
]
# Collect all HOWTOs individually
latex_documents.extend(('howto/' + fn[:-4], 'howto-' + fn[:-4] + '.tex',
'HOWTO', _stdauthor, 'howto')
'', _stdauthor, 'howto')
for fn in os.listdir('howto')
if fn.endswith('.rst') and fn != 'index.rst')