# libby.miller@bristol.ac.uk 2003-03-12 # a little traversal program which goes through a directory # picking out index.html and readme.html, and getting the titles to # build an rss file. DEST=../../.. all: traverse viewer traverse: ./trav.pl "2000" ./trav.pl "2001" ./trav.pl "2002" ./trav.pl "2003" viewer: ./rssviewer.pl > readme.html && /usr/sbin/install -m644 readme.html $(DEST)/index.html