ceph/web/Makefile
2007-12-19 13:28:33 -08:00

6 lines
120 B
Makefile

all: index.html overview.html publications.html source.html tasks.html
%.html: %.body template.html
./gen.pl $< > $@