X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmowgli%2Fhome%2Fhtml%2FMakefile;fp=helm%2Fmowgli%2Fhome%2Fhtml%2FMakefile;h=ddd9a4019b4e6f85ade18c26cb889e6dc9583d21;hb=35aa9bcdb6a5f00f52725ea299cd15d34d0fdd2f;hp=4dfae3efe0a78f2600f741d153b6e0801f3fb25f;hpb=f889bc8ab806f40c27a7bcf1330e17fdbeae1d0e;p=helm.git diff --git a/helm/mowgli/home/html/Makefile b/helm/mowgli/home/html/Makefile index 4dfae3efe..ddd9a4019 100644 --- a/helm/mowgli/home/html/Makefile +++ b/helm/mowgli/home/html/Makefile @@ -60,6 +60,7 @@ DOCUMENTS = \ project-summary.html \ contribution.html \ innovation.html \ + EC-contribution.html \ consortium.html \ project.html \ news.html \ @@ -186,6 +187,10 @@ innovation.html: $(XMLROOT)/innovation.xml \ $(XHTMLCONTENT) sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'.'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - +EC-contribution.html: $(XMLROOT)/EC-contribution.xml \ + $(XHTMLCONTENT) + sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'.'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - + mowgli-events/kick-off.html: $(XMLROOT)/mowgli-events/kick-off.xml \ $(XHTMLCONTENT) sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) -