IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 4989


Ignore:
Timestamp:
Sep 10, 2005, 10:20:47 AM (21 years ago)
Author:
eugene
Message:

updates to mkidx

Location:
trunk/Ohana/src/perl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Ohana/src/perl/Makefile

    r2510 r4989  
    1717GENERAL = \
    1818cfht.names checkconfig mkrun megacenter megacoords \
    19 update.astrometry.iraf wfi.keywords mefheadunstrip cadc2qso
     19update.astrometry.iraf wfi.keywords mefheadunstrip cadc2qso \
     20mkhtml mkidx mkdist
    2021
    2122IMSTATS = \
  • trunk/Ohana/src/perl/src/mkidx

    r4866 r4989  
    5959    @list = <$path/*>;
    6060    foreach $file (@list) {
     61        if (-e "$path/nochild.idx") { last; }
    6162        if (! -d $file) { next; }
    6263        $root = &basename ($file);
Note: See TracChangeset for help on using the changeset viewer.