PHOTODIRS = \
  animals \
  areiao \
  events \
  hype \
  landscapes \
  misc \
  people \
  plants 

all: all-indices

all-indices: 
	for dir in $(PHOTODIRS); do \
          ( cd $$dir && make -f ../Makefile TITLE=$$dir index ) ;\
        done

index: 
	ls */p.gif \
        | sort \
        | ${STOLFIHOME}/bin/make-image-index \
           -title "The IC gallery: $(TITLE)"