X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=helm%2Fmowgli%2Fhome%2Fhtml%2FMakefile;h=1cbbc9c56a1a22a51b84b43427b2fcbc62dcb478;hb=cfdc4db3c5b4d49a1d78c85e3aa7412a5c6cd807;hp=8a2193638045caaf833799069859d53fbe389545;hpb=dd6df514e8240ceb5372d05da3694b9a05ac2fe9;p=helm.git diff --git a/helm/mowgli/home/html/Makefile b/helm/mowgli/home/html/Makefile index 8a2193638..1cbbc9c56 100644 --- a/helm/mowgli/home/html/Makefile +++ b/helm/mowgli/home/html/Makefile @@ -1,14 +1,11 @@ +# Note: "make FRAMES=x" works too FRAMES = yes #FRAMES = no -#DESTDIR = /projects/mowgli/public_html/frames -#DESTDIR = /projects/mowgli/public_html/no_frames DESTDIR = /projects/mowgli/public_html #DESTDIR = /tmp/mowgli -#HTMLDESTDIRSUFFIX = html_frames -#HTMLDESTDIRSUFFIX = html_no_frames -HTMLDESTDIRSUFFIX = html +HTMLDESTDIRSUFFIX = html_$(FRAMES)_frames HTMLDESTDIR = $(DESTDIR)/$(HTMLDESTDIRSUFFIX) @@ -34,6 +31,9 @@ PEOPLE = \ people/dfki/kohlhase.html \ people/dfki/melis.html \ people/dfki/siekmann.html \ + people/dfki/moschner.html \ + people/dfki/goguadze.html \ + people/dfki/libbrecht.html \ people/inria/amerkad.html \ people/inria/bertot.html \ people/inria/chicli.html \ @@ -58,9 +58,15 @@ DOCUMENTS = \ index.html \ home.html \ menu.html \ - project-management.html \ - project-objectives.html \ - project-summary.html \ + proposal/project-management.html \ + proposal/project-objectives.html \ + proposal/project-summary.html \ + proposal/contribution.html \ + proposal/innovation.html \ + proposal/EC-contribution.html \ + proposal/econ-scient-tech-prospects.html \ + proposal/project-planning.html \ + proposal/project-components.html \ consortium.html \ project.html \ news.html \ @@ -99,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 \ @@ -122,6 +129,10 @@ DOCUMENTS = \ publications/others/tcs2001_og.html \ publications/others/tphols2000_gwz.html \ publications/others/tphols2001_apss.html \ + publications/others/w3c_bl98.html \ + publications/others/cup_hp91.html \ + publications/others/cup_hp93.html \ + publications/others/cc.html \ work-packages/index.html \ work-packages/distribution.html \ work-packages/information-dissemination-and-exploitation.html \ @@ -146,19 +157,11 @@ home.html: $(XMLROOT)/home.xml \ $(XSLTP) --param today `date +%Y%m%d` -o approaching-deadlines.xml $(XSLROOT)/approaching-deadlines.xsl $(XMLROOT)/other-events.xml $(XSLTP) --param make_header "false()" --param path_to_top "'.'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) $(XMLROOT)/home.xml -ifeq ($(FRAMES),yes) menu.html: $(XMLROOT)/menu.xml cp $< $@ index.html: $(TEMPLATESROOT)/index.html cp $< $@ -else -index.html: home.html - cp $< $@ -#Same stuff as for home.html... but with a different path_to_top -dot_dot_index.html: home.html - $(XSLTP) --param make_header "false()" --param path_to_top "'html'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) $(XMLROOT)/home.xml -endif members/ml-help-example.txt: $(TEMPLATESROOT)/ml-help-example.txt cp $< $@ @@ -167,21 +170,51 @@ 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) $< -project-management.html: $(XMLROOT)/project-management.xml \ - $(XHTMLCONTENT) - sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'.'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - +proposal/project-management.html: $(XMLROOT)/proposal/project-management.xml \ + $(XHTMLCONTENT) \ + $(XSLROOT)/management.xsl + $(XSLTP) $(XSLROOT)/management.xsl $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - -project-summary.html: $(XMLROOT)/project-summary.xml \ +proposal/project-summary.html: $(XMLROOT)/proposal/project-summary.xml \ $(XHTMLCONTENT) - sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'.'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - + sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - -project-objectives.html: $(XMLROOT)/project-objectives.xml \ +proposal/project-objectives.html: $(XMLROOT)/proposal/project-objectives.xml \ $(XHTMLCONTENT) - sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'.'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - + sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - + +proposal/contribution.html: $(XMLROOT)/proposal/contribution.xml \ + $(XHTMLCONTENT) + sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - + +proposal/innovation.html: $(XMLROOT)/proposal/innovation.xml \ + $(XHTMLCONTENT) + sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - + +proposal/EC-contribution.html: $(XMLROOT)/proposal/EC-contribution.xml \ + $(XHTMLCONTENT) + sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - + +proposal/econ-scient-tech-prospects.html: $(XMLROOT)/proposal/econ-scient-tech-prospects.xml \ + $(XHTMLCONTENT) + sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - + +proposal/project-planning.html: $(XMLROOT)/proposal/project-planning.xml \ + $(XHTMLCONTENT) + sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - + +proposal/project-components.html: $(XMLROOT)/proposal/project-components.xml \ + $(XHTMLCONTENT) + sed $(RMDOCTYPE) $< | $(XSLTP) --param path_to_top "'..'" --param use_frames "'$(FRAMES)'" -o $@ $(XHTMLCONTENT) - mowgli-events/kick-off.html: $(XMLROOT)/mowgli-events/kick-off.xml \ $(XHTMLCONTENT) @@ -286,10 +319,16 @@ install: $(DOCUMENTS) mkdir -p $(DESTDIR)/style cp ../style/*.css $(DESTDIR)/style cp ../htaccess $(HTMLDESTDIR)/members/.htaccess - mkdir -p $(DESTDIR)/misc/contract - cp ../htaccess $(DESTDIR)/misc/contract/.htaccess - cp ../misc/contract/*.* $(DESTDIR)/misc/contract - if [ -f dot_dot_index.html ] ; then cp dot_dot_index.html $(DESTDIR)/index.html ; else sed s/menu\\.html/$(HTMLDESTDIRSUFFIX)\\/menu\\.html/ $(DESTDIR)/index.html ; fi + mkdir -p $(DESTDIR)/misc/proposal + cp ../htaccess $(DESTDIR)/misc/proposal/.htaccess + cp ../misc/proposal/*.* $(DESTDIR)/misc/proposal + if [ $(FRAMES) = yes ] ; \ + then \ + sed s/menu\\.html/$(HTMLDESTDIRSUFFIX)\\/menu\\.html/ $(DESTDIR)/index.html ; \ + else \ + cp home.html $(HTMLDESTDIR)/index.html ; \ + fi uninstall: rm -rf $(DESTDIR)/*