asciidoc2html.py: also install qute://{install,stacktrace}.html
Closes #6900
This commit is contained in:
parent
153f52d3aa
commit
51ab91c1aa
|
|
@ -43,7 +43,10 @@ class AsciiDoc:
|
|||
|
||||
"""Abstraction of an asciidoc subprocess."""
|
||||
|
||||
FILES = ['faq', 'changelog', 'contributing', 'quickstart', 'userscripts']
|
||||
FILES = [
|
||||
'faq', 'changelog', 'contributing', 'quickstart', 'userscripts',
|
||||
'install', 'stacktrace'
|
||||
]
|
||||
|
||||
def __init__(self,
|
||||
asciidoc: Optional[str],
|
||||
|
|
|
|||
Loading…
Reference in New Issue