Searched refs:runhelpdir (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/zsh-61/zsh/Config/
H A Ddefs.mk.in54 runhelpdir = @runhelpdir@
H A Dinstallfns.sh52 if sed "s|@runhelpdir@|$runhelpdir|" <$sdir_top/$file \
/macosx-10.10/zsh-61/zsh/Doc/
H A DMakefile.in314 if test x"$(runhelpdir)" != x""; then \
315 ${SHELL} $(sdir_top)/mkinstalldirs $(DESTDIR)$(runhelpdir); \
316 $(INSTALL_DATA) $(sdir)/help/* $(DESTDIR)$(runhelpdir); \
318 rm -f $(DESTDIR)$(runhelpdir)/$$to || : ; \
319 $(LN_S) $$from $(DESTDIR)$(runhelpdir)/$$to; \
358 test x"$(runhelpdir)" = x"" || rm -rf -- $(DESTDIR)$(runhelpdir)
/macosx-10.10/zsh-61/zsh/
H A DMakefile.in91 scriptdir="$(scriptdir)" runhelpdir="$(runhelpdir)" \
H A Dconfigure664 runhelpdir
1415 --enable-runhelpdir=DIR the directory in which to install run-help files
2799 # Check whether --enable-runhelpdir was given.
2802 runhelpdir=
2804 runhelpdir="$enableval"
2807 runhelpdir=yes
2810 if test x"$runhelpdir" = xyes; then
2811 runhelpdir=${datadir}/${tzsh_name}/'${VERSION}'/help
2813 if test x"$runhelpdir" = x; then

Completed in 112 milliseconds