# Read conf-db.txt before doing any work on these web pages.
# All the rest is generated automatically from that by this Makefile.
#
# Markus Kuhn <mgk25> -- 2004-03-01

# rebuild all web pages from database
all:
	./conf-tool.pl table:index-b.html all:all-b.html
	/anfs/www/tools/bin/ucampas index all

# sort the database file
sortdb:
	./conf-tool.pl sortdbs:conf-db.txt

# present emailed form content in a more useful format
forms:
	for m in $(HOME)/Mail/form/secconf/[1-9]* ; \
	  do ./conf-tool.pl forms $$m | less ; done

clean:
	rm -f *~ \#*#
