asciidoc2html.py: also install qute://{install,stacktrace}.html

Closes #6900
This commit is contained in:
Emanuele Torre 2022-06-10 19:45:02 +02:00
parent 153f52d3aa
commit 51ab91c1aa
1 changed files with 4 additions and 1 deletions

View File

@ -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],