X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmowgli%2Fhome%2Fhtml%2FMakefile;h=55c50220e375b7516242f6df2c6cdbeefe64442c;hb=d7b61b862907f210d1e1dc107935f277d1152846;hp=4ce83516ed66d6ebda211c7f6245e1a76f5ab9d2;hpb=bc69803e3577bd386047aaf0588998462e885505;p=helm.git diff --git a/helm/mowgli/home/html/Makefile b/helm/mowgli/home/html/Makefile index 4ce83516e..55c50220e 100644 --- a/helm/mowgli/home/html/Makefile +++ b/helm/mowgli/home/html/Makefile @@ -5,6 +5,7 @@ DOCUMENTS = \ index.html \ home.html \ menu.html \ + project-management.html \ consortium.html \ project.html \ news.html \ @@ -109,6 +110,9 @@ index.html: $(TEMPLATESROOT)/index.html menu.html: $(TEMPLATESROOT)/menu.html sed s/\@DATE\@/"`date`"/ $< >$@ +project-management.html: $(TEMPLATESROOT)/project-management.html + cp $< $@ + consortium.html: $(XMLROOT)/consortium.xml \ $(XSLROOT)/consortium.xsl xsltproc -o $@ $(XSLROOT)/consortium.xsl $<