This commit is contained in:
Kovid Goyal 2021-04-28 13:11:59 +05:30
parent 93d4eca2d4
commit 3206e1b12c
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -831,7 +831,7 @@ def copy_man_pages(ddir: str) -> None:
src = 'docs/_build/man'
if not os.path.exists(src):
raise SystemExit('''\
The kitty man page is missing. If you are building from git then run:
The kitty man pages are missing. If you are building from git then run:
make && make docs
(needs the sphinx documentation system to be installed)
''')