]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/mowgli/home/html/Makefile
Project Objectives added.
[helm.git] / helm / mowgli / home / html / Makefile
index 6bd1ae73d9a89da06a68aca0ea2ab5c12f8aff17..00377aa71d70dac43bfabde9013cacf4d85cdbbe 100644 (file)
@@ -47,6 +47,7 @@ DOCUMENTS = \
             home.html \
            menu.html \
             project-management.html \
+            project-objectives.html \
             project-summary.html \
             consortium.html \
             project.html \
@@ -158,6 +159,10 @@ project-summary.html: $(XMLROOT)/project-summary.xml \
        $(XSLROOT)/xhtml-content.xsl
        $(XSLTP) --param path_to_top "'.'" -o $@ $(XSLROOT)/xhtml-content.xsl $<
 
+project-objectives.html: $(XMLROOT)/project-objectives.xml \
+       $(XSLROOT)/xhtml-content.xsl
+       $(XSLTP) --param path_to_top "'.'" -o $@ $(XSLROOT)/xhtml-content.xsl $<
+
 people-list.html: $(XSLROOT)/person-entry.xsl $(XSLROOT)/people-list.xsl $(PEOPLE_SOURCE)
        ( \
                echo "<people>" >/tmp/people-list.xml; \