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=4dfae3efe0a78f2600f741d153b6e0801f3fb25f;hb=a9268f8d853c99b4ae22dd7ff998f2ad9a89129b;hp=7e052e33867306933f4922c10f9c6a28f8763d4b;hpb=baebde088a325fece924c96d121410dbc2018bc0;p=helm.git diff --git a/helm/mowgli/home/html/Makefile b/helm/mowgli/home/html/Makefile index 7e052e338..4dfae3efe 100644 --- a/helm/mowgli/home/html/Makefile +++ b/helm/mowgli/home/html/Makefile @@ -59,6 +59,7 @@ DOCUMENTS = \ project-objectives.html \ project-summary.html \ contribution.html \ + innovation.html \ consortium.html \ project.html \ news.html \ @@ -120,6 +121,10 @@ DOCUMENTS = \ publications/others/tcs2001_og.html \ publications/others/tphols2000_gwz.html \ publications/others/tphols2001_apss.html \ + publications/others/w3c_bl98.html \ + publications/others/cup_hp91.html \ + publications/others/cup_hp93.html \ + publications/others/cc.html \ work-packages/index.html \ work-packages/distribution.html \ work-packages/information-dissemination-and-exploitation.html \ @@ -177,6 +182,10 @@ contribution.html: $(XMLROOT)/contribution.xml \ $(XHTMLCONTENT) sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'.'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - +innovation.html: $(XMLROOT)/innovation.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) -