summaryrefslogtreecommitdiffstats
path: root/Makefile.in
diff options
context:
space:
mode:
authorPeter Stephenson <p.w.stephenson@ntlworld.com>2013-11-23 17:44:12 +0000
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2013-11-23 17:44:12 +0000
commit9503b161ab893a5d5c6ac6f9fdd9e938aee7045c (patch)
treee4714911e5d88154a27e1878f0aad2af91585b4a /Makefile.in
parent32030: need to revert empty glob qualifier change. (diff)
downloadzsh-9503b161ab893a5d5c6ac6f9fdd9e938aee7045c.tar
zsh-9503b161ab893a5d5c6ac6f9fdd9e938aee7045c.tar.gz
zsh-9503b161ab893a5d5c6ac6f9fdd9e938aee7045c.tar.bz2
zsh-9503b161ab893a5d5c6ac6f9fdd9e938aee7045c.tar.lz
zsh-9503b161ab893a5d5c6ac6f9fdd9e938aee7045c.tar.xz
zsh-9503b161ab893a5d5c6ac6f9fdd9e938aee7045c.tar.zst
zsh-9503b161ab893a5d5c6ac6f9fdd9e938aee7045c.zip
32031 plus missed _run_help: get helpfiles install path corect in functions
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in
index d771033be..cb74e94ef 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -88,7 +88,7 @@ install.fns:
test x$(sitefndir) != xno && \
$(SHELL) $(sdir_top)/mkinstalldirs $(DESTDIR)$(sitefndir); \
sdir_top="$(sdir_top)" fndir="$(fndir)" dir_top="$(dir_top)" \
- scriptdir="$(scriptdir)" \
+ scriptdir="$(scriptdir)" runhelpdir="$(runhelpdir)" \
FUNCTIONS_SUBDIRS="$(FUNCTIONS_SUBDIRS)" \
INSTALL_DATA="$(INSTALL_DATA)" \
INSTALL_PROGRAM="$(INSTALL_PROGRAM)" \