mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 02:41:54 +00:00
Merge branch 'master' of https://github.com/alexDarcy/kitty
This commit is contained in:
commit
c735d1f6ac
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -902,7 +902,8 @@ def compile_python(base_path: str) -> None:
|
|||
|
||||
def create_linux_bundle_gunk(ddir: str, libdir_name: str) -> None:
|
||||
if not os.path.exists('docs/_build/html'):
|
||||
run_tool(['make', 'docs'])
|
||||
make = "gmake" if is_freebsd else "make"
|
||||
run_tool([make, 'docs'])
|
||||
copy_man_pages(ddir)
|
||||
copy_html_docs(ddir)
|
||||
icdir = os.path.join(ddir, 'share', 'icons', 'hicolor', '256x256', 'apps')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue