blob: 3e51f04cf2a223a13a19c40377a257f2c198e857 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# Make the DIGIPHOT package.
update:
$echo "---------------- DIGIPHOT.LIB ---------------------"
$call update@lib
$echo "---------------- DIGIPHOT.APPHOT ------------------"
$call update@apphot
$echo "---------------- DIGIPHOT.DAOPHOT -----------------"
$call update@daophot
$echo "---------------- DIGIPHOT.PHOTCAL -----------------"
$call update@photcal
$echo "---------------- DIGIPHOT.PTOOLS ------------------"
$call update@ptools
;
|