aboutsummaryrefslogtreecommitdiff
path: root/iraf-help/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'iraf-help/build.sh')
-rw-r--r--iraf-help/build.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/iraf-help/build.sh b/iraf-help/build.sh
deleted file mode 100644
index 4ff47c8..0000000
--- a/iraf-help/build.sh
+++ /dev/null
@@ -1,14 +0,0 @@
-# Configure the environment for IRAF, since conda build appears not to do
-# "source activate" after installing dependencies (this would instead need to
-# eval $PREFIX/iraf/unix/hlib/setup directly if "--level" needs specifying):
-. setup_iraf.sh
-
-logname=help_log
-
-make_iraf_help iraf > $logname 2>&1
-make_iraf_help noao >> $logname 2>&1
-make_iraf_help color >> $logname 2>&1
-make_iraf_help vol >> $logname 2>&1
-
-cp -p $logname "$PREFIX/iraf/"
-