Merge d91164af4f
into 5eb677bb0f
This commit is contained in:
commit
3b9103c821
2
Makefile
2
Makefile
|
@ -4,7 +4,7 @@ INSTALL?=install -c
|
||||||
PREFIX?=/usr/local
|
PREFIX?=/usr/local
|
||||||
SHARE_DIR?=$(DESTDIR)$(PREFIX)/share/$(NAME)
|
SHARE_DIR?=$(DESTDIR)$(PREFIX)/share/$(NAME)
|
||||||
DOC_DIR?=$(DESTDIR)$(PREFIX)/share/doc/$(NAME)
|
DOC_DIR?=$(DESTDIR)$(PREFIX)/share/doc/$(NAME)
|
||||||
ZSH?=zsh # zsh binary to run tests with
|
ZSH?="`which zsh`" # zsh binary to run tests with
|
||||||
|
|
||||||
all:
|
all:
|
||||||
cd docs && \
|
cd docs && \
|
||||||
|
|
|
@ -29,6 +29,7 @@
|
||||||
# -------------------------------------------------------------------------------------------------
|
# -------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
|
||||||
|
export PATH
|
||||||
setopt NO_UNSET WARN_CREATE_GLOBAL
|
setopt NO_UNSET WARN_CREATE_GLOBAL
|
||||||
|
|
||||||
# Required for add-zle-hook-widget.
|
# Required for add-zle-hook-widget.
|
||||||
|
|
Loading…
Reference in New Issue