Linux: Include a man page and the HTML docs when building the linux-package

This commit is contained in:
Kovid Goyal
2018-06-08 11:06:41 +05:30
parent a386277df9
commit 68394cebe3
3 changed files with 47 additions and 2 deletions

View File

@@ -32,3 +32,9 @@ rendered_logo: logo/kitty.iconset/icon_256x256.png
app: rendered_logo
python3 setup.py kitty.app $(VVAL)
man:
$(MAKE) -C docs man
html:
$(MAKE) -C docs html