BASENAMES = Overview
TARGETS = $(subst URI:,,$(shell grep -hE '^URI:.*html$$' $(BASENAMES:%=.%.var)))
COMMITS = $(TARGETS)

all: $(TARGETS)

include ../Makefile.common
