all:		index.html   history.html  foo

index.html:	movies.source movie2html
	./movie2html

history.html:	movies.source make-history
	./make-history

foo:	FORCE
	@/bin/true

.PHONY:	FORCE
