From 9503b161ab893a5d5c6ac6f9fdd9e938aee7045c Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sat, 23 Nov 2013 17:44:12 +0000 Subject: 32031 plus missed _run_help: get helpfiles install path corect in functions --- Makefile.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile.in') 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)" \ -- cgit 1.4.1