X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmowgli%2Fhome%2Fhtml%2FMakefile;h=dc9365a5be4ad1a0a7cc624d0b27d428575333f1;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=805650404d4b0e5f2364bc5216b3e74dec636886;hpb=0b98d26b91686aa610e53dc7aca882f914994be6;p=helm.git diff --git a/helm/mowgli/home/html/Makefile b/helm/mowgli/home/html/Makefile index 805650404..dc9365a5b 100644 --- a/helm/mowgli/home/html/Makefile +++ b/helm/mowgli/home/html/Makefile @@ -79,6 +79,7 @@ DOCUMENTS = \ mowgli-events.html \ deadlines.html \ people-list.html \ + slides/mowgligroup.html \ deliverables/distribution/d5a.html \ deliverables/distribution/d5b.html \ deliverables/information-dissemination-and-exploitation/d7a.html \ @@ -173,6 +174,9 @@ index.html: $(TEMPLATESROOT)/index.html members/ml-help-example.txt: $(TEMPLATESROOT)/ml-help-example.txt cp $< $@ +slides/%.html: $(XMLROOT)/slides/%.xml $(XHTMLCONTENT) + $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) $< + members/index.html: $(XMLROOT)/members-index.xml \ $(XHTMLCONTENT) sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) -