Make the docs and man pages available in the macos bundle as well

This commit is contained in:
Kovid Goyal
2022-08-19 12:38:10 +05:30
parent 1f499a7c6c
commit 3288400005
5 changed files with 31 additions and 2 deletions

View File

@@ -35,6 +35,12 @@ profile:
app:
python3 setup.py kitty.app $(VVAL)
linux-package: FORCE
rm -rf linux-package
python3 setup.py linux-package
FORCE:
man:
$(MAKE) -C docs man