1
0
mirror of https://github.com/ceph/ceph synced 2025-03-25 11:48:05 +00:00
ceph/web/Makefile

6 lines
109 B
Makefile
Raw Normal View History

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