Added make macospkg target
Signed-off-by: paulober <44974737+paulober@users.noreply.github.com>
This commit is contained in:
parent
85f424bb08
commit
74392ff654
1 changed files with 8 additions and 0 deletions
8
Makefile
8
Makefile
|
|
@ -93,3 +93,11 @@ uninstall:
|
|||
rm -f ${DESTDIR}${datadir}/bash-completion/completions/gh
|
||||
rm -f ${DESTDIR}${datadir}/fish/vendor_completions.d/gh.fish
|
||||
rm -f ${DESTDIR}${datadir}/zsh/site-functions/_gh
|
||||
|
||||
.PHONY: macospkg
|
||||
macospkg: manpages completions
|
||||
ifndef VERSION
|
||||
$(error VERSION is not set. Use `make macospkg VERSION=vX.Y.Z`)
|
||||
endif
|
||||
./script/release --local "$(VERSION)" --platform macos
|
||||
./script/pkgmacos $(VERSION)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue