mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Don't use "HOWTO" as the title for all howto .tex files.
This commit is contained in:
parent
ed29bb49f8
commit
012a1ff935
1 changed files with 1 additions and 1 deletions
|
@ -128,7 +128,7 @@ latex_documents = [
|
||||||
]
|
]
|
||||||
# Collect all HOWTOs individually
|
# Collect all HOWTOs individually
|
||||||
latex_documents.extend(('howto/' + fn[:-4], 'howto-' + fn[:-4] + '.tex',
|
latex_documents.extend(('howto/' + fn[:-4], 'howto-' + fn[:-4] + '.tex',
|
||||||
'HOWTO', _stdauthor, 'howto')
|
'', _stdauthor, 'howto')
|
||||||
for fn in os.listdir('howto')
|
for fn in os.listdir('howto')
|
||||||
if fn.endswith('.rst') and fn != 'index.rst')
|
if fn.endswith('.rst') and fn != 'index.rst')
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue