Remove install stages not needed on macOS
This commit is contained in:
parent
91c7b7357f
commit
e8bb5c80a6
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -543,8 +543,8 @@ trans:
|
||||||
######
|
######
|
||||||
|
|
||||||
windows_ARCH_INSTALL:=install-dlls install-tpconf-i18n
|
windows_ARCH_INSTALL:=install-dlls install-tpconf-i18n
|
||||||
macos_ARCH_INSTALL:=install-macbundle TuxPaint.dmg install-man install-importscript install-bash-completion
|
macos_ARCH_INSTALL:=install-macbundle TuxPaint.dmg
|
||||||
ios_ARCH_INSTALL:=install-iosbundle install-man install-importscript install-bash-completion
|
ios_ARCH_INSTALL:=install-iosbundle
|
||||||
linux_ARCH_INSTALL:=install-xdg install-man install-importscript install-bash-completion
|
linux_ARCH_INSTALL:=install-xdg install-man install-importscript install-bash-completion
|
||||||
ARCH_INSTALL:=$($(OS)_ARCH_INSTALL)
|
ARCH_INSTALL:=$($(OS)_ARCH_INSTALL)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue