From 40e5a5811c6ffce9b0974e93cdd927cbcf60c157 Mon Sep 17 00:00:00 2001 From: Joe Hunkeler Date: Tue, 11 Aug 2015 16:51:37 -0400 Subject: Repatch (from linux) of OSX IRAF --- noao/imred/mkpkg | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 noao/imred/mkpkg (limited to 'noao/imred/mkpkg') diff --git a/noao/imred/mkpkg b/noao/imred/mkpkg new file mode 100644 index 00000000..30057f0d --- /dev/null +++ b/noao/imred/mkpkg @@ -0,0 +1,20 @@ +# Make the IMRED package. + +update: + $echo "------------------ IMRED.BIAS ----------------------" + $call update@bias + $echo "------------------ IMRED.CCDRED --------------------" + $call update@ccdred + $echo "------------------ IMRED.CRUTIL --------------------" + $call update@crutil + $echo "------------------ IMRED.DTOI ----------------------" + $call update@dtoi + $echo "------------------ IMRED.GENERIC -------------------" + $call update@generic + $echo "------------------ IMRED.IRRED ---------------------" + $call update@irred + $echo "------------------ IMRED.QUADRED -------------------" + $call update@quadred + $echo "------------------ IMRED.VTEL ----------------------" + $call update@vtel + ; -- cgit