FILES = *.html

# index1 contains full index terms (with spaces and commas, followed by semi-colon-preceded filename
index1: ${FILES}
	index.pl ${FILES} > $@
