From 51ab91c1aaf69dc12a50f859ed1c7d37d66210c9 Mon Sep 17 00:00:00 2001 From: Emanuele Torre Date: Fri, 10 Jun 2022 19:45:02 +0200 Subject: asciidoc2html.py: also install qute://{install,stacktrace}.html Closes #6900 --- scripts/asciidoc2html.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/asciidoc2html.py b/scripts/asciidoc2html.py index 6b4e3fb0d..ba8493247 100755 --- a/scripts/asciidoc2html.py +++ b/scripts/asciidoc2html.py @@ -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], -- cgit v1.2.3-54-g00ecf