display commit first 8 digits instead of previous 'commit' link
[infrastructure.git] / gitweb / Makefile
1 ALL=onelab.cgi f-lab.cgi planet-lab.cgi
2
3 all:$(ALL)
4
5 %.cgi:gitweb.cgi
6 %.cgi:%.sed
7         sed -f $< gitweb.cgi > $@
8         chmod +x $@
9
10 clean: 
11         rm -f $(ALL)