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=1cbbc9c56a1a22a51b84b43427b2fcbc62dcb478;hb=cfdc4db3c5b4d49a1d78c85e3aa7412a5c6cd807;hp=9edc5d52bf3bdf7949938c5c464cf192fee3cb21;hpb=da2a2612ab42e17664d238b985a1a71583fdf449;p=helm.git diff --git a/helm/mowgli/home/html/Makefile b/helm/mowgli/home/html/Makefile index 9edc5d52b..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,6 +170,11 @@ 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) $<