summaryrefslogtreecommitdiff
path: root/scripts/iraf_defs
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/iraf_defs')
-rw-r--r--scripts/iraf_defs6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/iraf_defs b/scripts/iraf_defs
index 2f7ea1b..fe5aca8 100644
--- a/scripts/iraf_defs
+++ b/scripts/iraf_defs
@@ -9,11 +9,13 @@ pkg_manifest="ur_manifest"
pkg_patterns="ur_mkpkg_patterns"
pkg_mkpkg_cmd="ur_mkpkg_cmd"
pkg_mkhelp_cmd="ur_mkhelp_cmd"
+pkg_omit_list="numrec_list.txt"
log_name="build_log"
err_log_name="build_log.errors"
+help_log_name="help_log"
-# Files to copy from the recipe to the build:
+# Files to copy from the recipe to the build (if present):
ac_iraf_files="$pkg_extpkg $pkg_manifest $pkg_patterns $pkg_mkpkg_cmd\
- $pkg_mkhelp_cmd"
+ $pkg_mkhelp_cmd $pkg_omit_list"