summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjehturner <jturner@gemini.edu>2016-12-01 08:47:40 -0500
committerGitHub <noreply@github.com>2016-12-01 08:47:40 -0500
commitafa35cc5897ca50f377297602c372e817fdcab54 (patch)
tree008a69dee39ec1fbd1ad7b388cb7edafc91da087
parentd8d61d5454e5729edfc708982e90c17a3614f948 (diff)
parentb8bf9dbcbb598fee962a9a1168444bba73e44c5b (diff)
downloadastroconda-iraf-helpers-afa35cc5897ca50f377297602c372e817fdcab54.tar.gz
Merge pull request #3 from jehturner/master
Use new cl script in $iraf for building package help (in place of the PyRAF version in this repo.).
-rwxr-xr-xscripts/ac_build_iraf_pkg2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ac_build_iraf_pkg b/scripts/ac_build_iraf_pkg
index fc502c0..6b756de 100755
--- a/scripts/ac_build_iraf_pkg
+++ b/scripts/ac_build_iraf_pkg
@@ -133,7 +133,7 @@ if [ -r "$file_path" ]; then
st=$?
else
# This is an IRAF convention that usually applies but doesn't always:
- "$script_dir/make_iraf_help" "$pkg_name" > "$help_log_name" 2>&1
+ "$iraf/util/make_help" "$pkg_name" > "$help_log_name" 2>&1
st=$?
fi