/[svn]/website/trunk/Makefile
ViewVC logotype

Contents of /website/trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3970 - (show annotations)
Tue Feb 12 15:46:54 2008 UTC (5 years, 3 months ago) by abate
File size: 1039 byte(s)
- change webmaster alain@inria.fr -> webmaster@cduce.org (and this is redirected to pietro)
- fix contacts page
1 HTML_DIR=/tmp/public_html.$(LOGNAME)
2 REMOTE_HTML_DIR=brome.pps.jussieu.fr:/home/web/wwwcduce/public_html/
3 all: install_web
4
5 webpages: web/site.cdo
6 (cd web; cduce --run site.cdo --arg site.xml)
7
8 install_web: webpages
9 mkdir -p $(HTML_DIR)/img
10 cp web/www/*.html web/demo.js web/cduce.css $(HTML_DIR)/
11 cp web/img/*.* $(HTML_DIR)/img
12
13
14 install_web_distant: install_web
15 scp -r web/img/*.* web/www/*.html web/demo.js web/cduce.css $(REMOTE_HTML_DIR)
16
17 web/xhtml.cdo: web/xhtml.cd
18 cduce -I web/ --compile web/xhtml.cd
19
20 web/site.cdo: web/xhtml.cdo web/site.cd web/siteTypes.cd
21 cduce -I web/ --compile web/site.cd
22
23
24 web_fetch_tralala:
25 # wget -O /tmp/tralala.1 http://www.grappa.univ-lille3.fr/bibtex/tralalamachine.php && sed '{s/&/&/g}' /tmp/tralala.1 > web/tralala_documents_lille.inc && rm /tmp/tralala.1
26 # The above is a temporary patch waiting that Lille will change their entries
27 # it should be:
28 wget -O web/tralala_documents_lille.inc http://www.grappa.univ-lille3.fr/bibtex/tralalamachine.php
29
30 clean:
31 rm -f web/*.cdo web/www/*

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5