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

Closes #6900

(cherry picked from commit 51ab91c1aa)
This commit is contained in:
Emanuele Torre 2022-06-10 19:45:02 +02:00 committed by Jimmy
parent 1996c4d7e7
commit ae047edee4
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],