X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=inline;f=helm%2Fmowgli%2Fhome%2Fhtml%2FMakefile;h=e9005bfa6e914a012a94af509e657268245adc4c;hb=44fc0fe4dba9031746aba9b756fec28123f6779a;hp=996697bd18f8886252269e19b6db2edee8bff7f5;hpb=9824dd7bff7d1ba0808e4a6827101ab8865e6747;p=helm.git diff --git a/helm/mowgli/home/html/Makefile b/helm/mowgli/home/html/Makefile index 996697bd1..e9005bfa6 100644 --- a/helm/mowgli/home/html/Makefile +++ b/helm/mowgli/home/html/Makefile @@ -15,6 +15,8 @@ DOCUMENTS = \ consortium.html \ project.html \ news.html \ + events.html \ + deadlines.html \ deliverables/distribution/d5a.html \ deliverables/distribution/d5b.html \ deliverables/information-dissemination-and-exploitation/d7a.html \ @@ -138,6 +140,14 @@ news.html: $(XMLROOT)/news.xml \ $(XSLROOT)/news.xsl xsltproc -o $@ $(XSLROOT)/news.xsl $< +events.html: $(XMLROOT)/other-events.xml \ + $(XSLROOT)/events.xsl + xsltproc -o $@ $(XSLROOT)/events.xsl $< + +deadlines.html: $(XMLROOT)/other-events.xml \ + $(XSLROOT)/deadlines.xsl + xsltproc -o $@ $(XSLROOT)/deadlines.xsl $< + deliverables/%.html: $(XMLROOT)/deliverables/%.xml \ $(XSLROOT)/deliverable.xsl xsltproc -o $@ $(XSLROOT)/deliverable.xsl $<