Compare commits
2 Commits
050a8ef689
...
3b9103c821
| Author | SHA1 | Date |
|---|---|---|
|
|
3b9103c821 | |
|
|
d91164af4f |
2
Makefile
2
Makefile
|
|
@ -4,7 +4,7 @@ INSTALL?=install -c
|
|||
PREFIX?=/usr/local
|
||||
SHARE_DIR?=$(DESTDIR)$(PREFIX)/share/$(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:
|
||||
cd docs && \
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@
|
|||
# -------------------------------------------------------------------------------------------------
|
||||
|
||||
|
||||
export PATH
|
||||
setopt NO_UNSET WARN_CREATE_GLOBAL
|
||||
|
||||
# Required for add-zle-hook-widget.
|
||||
|
|
|
|||
Loading…
Reference in New Issue