
CONTENT = pitap-html.h

all: $(CONTENT)

%.h: %.html
	@echo "  GEN   $@"
	@../../circle/tools/converttool $< > $@

