Index: /trunk/Ohana/src/perl/Makefile
===================================================================
--- /trunk/Ohana/src/perl/Makefile	(revision 4988)
+++ /trunk/Ohana/src/perl/Makefile	(revision 4989)
@@ -17,5 +17,6 @@
 GENERAL = \
 cfht.names checkconfig mkrun megacenter megacoords \
-update.astrometry.iraf wfi.keywords mefheadunstrip cadc2qso
+update.astrometry.iraf wfi.keywords mefheadunstrip cadc2qso \
+mkhtml mkidx mkdist
 
 IMSTATS = \
Index: /trunk/Ohana/src/perl/src/mkidx
===================================================================
--- /trunk/Ohana/src/perl/src/mkidx	(revision 4988)
+++ /trunk/Ohana/src/perl/src/mkidx	(revision 4989)
@@ -59,4 +59,5 @@
     @list = <$path/*>;
     foreach $file (@list) {
+	if (-e "$path/nochild.idx") { last; }
 	if (! -d $file) { next; }
 	$root = &basename ($file);
