mirror of https://github.com/ceph/ceph
6 lines
120 B
Makefile
6 lines
120 B
Makefile
|
|
||
|
all: index.html overview.html publications.html source.html tasks.html
|
||
|
|
||
|
%.html: %.body template.html
|
||
|
./gen.pl $< > $@
|