X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmowgli%2Fhome%2Fhtml%2FMakefile;h=1cbbc9c56a1a22a51b84b43427b2fcbc62dcb478;hb=cfdc4db3c5b4d49a1d78c85e3aa7412a5c6cd807;hp=6dcdd8b86851b095742731cf7e224dfc757e2fd4;hpb=5b13d92c071d1579ba98fec74a44d21e253ab607;p=helm.git diff --git a/helm/mowgli/home/html/Makefile b/helm/mowgli/home/html/Makefile index 6dcdd8b86..1cbbc9c56 100644 --- a/helm/mowgli/home/html/Makefile +++ b/helm/mowgli/home/html/Makefile @@ -105,6 +105,7 @@ DOCUMENTS = \ deliverables/transformation/d2g.html \ members/index.html \ members/ml-help-example.txt \ + members/kick-off.html \ mowgli-events/kick-off.html \ software/index.html \ sites/aei.html \ @@ -169,13 +170,19 @@ members/index.html: $(XMLROOT)/members-index.xml \ $(XHTMLCONTENT) sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - +members/kick-off.html: $(XMLROOT)/members/kick-off.xml \ + $(XSLROOT)/minutes.xsl \ + $(XHTMLCONTENT) + $(XSLTP) $(XSLROOT)/minutes.xsl $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - + software/index.html: $(XMLROOT)/software/index.xml \ $(XHTMLCONTENT) $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) $< proposal/project-management.html: $(XMLROOT)/proposal/project-management.xml \ - $(XHTMLCONTENT) - sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - + $(XHTMLCONTENT) \ + $(XSLROOT)/management.xsl + $(XSLTP) $(XSLROOT)/management.xsl $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - proposal/project-summary.html: $(XMLROOT)/proposal/project-summary.xml \ $(XHTMLCONTENT)