Changeset 4989
- Timestamp:
- Sep 10, 2005, 10:20:47 AM (21 years ago)
- Location:
- trunk/Ohana/src/perl
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Ohana/src/perl/Makefile
r2510 r4989 17 17 GENERAL = \ 18 18 cfht.names checkconfig mkrun megacenter megacoords \ 19 update.astrometry.iraf wfi.keywords mefheadunstrip cadc2qso 19 update.astrometry.iraf wfi.keywords mefheadunstrip cadc2qso \ 20 mkhtml mkidx mkdist 20 21 21 22 IMSTATS = \ -
trunk/Ohana/src/perl/src/mkidx
r4866 r4989 59 59 @list = <$path/*>; 60 60 foreach $file (@list) { 61 if (-e "$path/nochild.idx") { last; } 61 62 if (! -d $file) { next; } 62 63 $root = &basename ($file);
Note:
See TracChangeset
for help on using the changeset viewer.
