# HG changeset patch # User gpiancastelli # Date 1250627795 -7200 # Node ID ae54f56708341db999740af63a93180585b3747e # Parent 4142ed700d56d746bcfc11183ac588b63fb8de8d Link Atom feed for Italian book. diff -r 4142ed700d56 -r ae54f5670834 it/Makefile --- a/it/Makefile Tue Aug 18 17:42:16 2009 +0200 +++ b/it/Makefile Tue Aug 18 22:36:35 2009 +0200 @@ -16,24 +16,24 @@ xmllint-opts := --noout --nonet --valid --path '$(dtd-url)' obj-web := html -figs-web := ${obj-web}/figs +figs-web-folder := $(obj-web)/figs script-web := $(obj-web)/javascript web-global := ../web web-local := web -html: ${obj-web}/index.html ${web-local}/index-read.html.in +html: $(obj-web)/index.html $(web-local)/index-read.html.in #$(obj-web)/index.html: ../stylesheets/system-xsl .validated-00book.xml #../web/index-read.html.in $(obj-web)/index.html: .validated-00book.xml xsltproc $(xsltproc-opts) -o $(obj-web)/x ../stylesheets/it/web.xsl 00book.xml # xsltproc $(xsltproc-opts) -o $(obj-web)/x ../stylesheets/chunk-stylesheet.xsl 00book.xml - cp ${web-global}/styles.css ${obj-web} - mkdir -p ${figs-web} - cp -f ${web-global}/icons/*.png $(figs-web) - cp -f examples/figs/*.png $(figs-web) + cp $(web-global)/styles.css $(obj-web) + mkdir -p $(figs-web-folder) + cp -f $(web-global)/icons/*.png $(figs-web-folder) + cp -f examples/figs/*.png $(figs-web-folder) mkdir -p $(script-web) cp -f $(web-local)/*.js $(script-web) - sed -i -e "s|/support/||g" ${obj-web}/*.html + sed -i -e "s|/support/||g" $(obj-web)/*.html # python ../web/texpand.py ../web/index-read.html.in html/read/index.html # for i in $(obj-web-read)/*.html; do \ # gzip -9 -c $$i > $$i.gz; \ diff -r 4142ed700d56 -r ae54f5670834 it/web/index-template.html --- a/it/web/index-template.html Tue Aug 18 17:42:16 2009 +0200 +++ b/it/web/index-template.html Tue Aug 18 22:36:35 2009 +0200 @@ -19,7 +19,7 @@
{% block bodycontent %}{% endblock %} -