all: html: operators.html types.html index.html index.html: # This won't work with upcase file names perl -e '@files=`ls -1 *.html`; for (@files) { chomp ;next if /index.html/; print "
  • ",lc,"
  • \n"; }'>index.html %.html: %.pod pod2html $< > $@ clean: rm -f *.html *~