From ba84723b13f8933298b3077a284f1950c5575941 Mon Sep 17 00:00:00 2001 From: "James E.H. Turner" Date: Thu, 1 Sep 2016 10:57:50 -0300 Subject: Use slightly clearer name for script that builds IRAF help & apropos databases. --- scripts/ac_build_iraf_pkg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/ac_build_iraf_pkg') diff --git a/scripts/ac_build_iraf_pkg b/scripts/ac_build_iraf_pkg index f4c793b..997e266 100755 --- a/scripts/ac_build_iraf_pkg +++ b/scripts/ac_build_iraf_pkg @@ -127,7 +127,7 @@ if [ -r "$file_path" ]; then st=$? else # This is an IRAF convention that usually applies but doesn't always: - "$script_dir/make_helpdb" "$pkg_name" > "$help_log_name" 2>&1 + "$script_dir/make_iraf_help" "$pkg_name" > "$help_log_name" 2>&1 st=$? fi -- cgit