# Makefile to update all .html files. Typical usage:
#
#     cvs update
#     ... edit some .tmpl file...
#     make commit
#
# For documentation on this build system, see ../../Makefile

BASENAMES = Overview

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

COMMITS = $(TARGETS)

all: $(COMMITS)

include ../../../CSS/Makefile.common
