diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2013-11-25 00:11:36 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2013-11-25 00:11:36 -0800 |
commit | 7b0ea6e00d2ba07e74bda330658ee31c0622d848 (patch) | |
tree | 3df1fd16e96df4b4d0a6936c87075b37ecd5201c /Config | |
parent | 9503b161ab893a5d5c6ac6f9fdd9e938aee7045c (diff) | |
download | zsh-7b0ea6e00d2ba07e74bda330658ee31c0622d848.tar.gz zsh-7b0ea6e00d2ba07e74bda330658ee31c0622d848.tar.xz zsh-7b0ea6e00d2ba07e74bda330658ee31c0622d848.zip |
32045 (adjusted by 32047): use makefile dependencies to determine whether to
rebuild helpfiles
Diffstat (limited to 'Config')
-rw-r--r-- | Config/defs.mk.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Config/defs.mk.in b/Config/defs.mk.in index 5c19cc4d5..2c813a3b2 100644 --- a/Config/defs.mk.in +++ b/Config/defs.mk.in @@ -52,6 +52,7 @@ scriptdir = @scriptdir@ sitescriptdir = @sitescriptdir@ htmldir = @htmldir@ runhelpdir = @runhelpdir@ +runhelp = @runhelp@ # compilation CC = @CC@ |