Mercurial > hgbook
diff es/Makefile @ 611:9412f706651e
Publishing via rsync
author | Igor Támara <igor@tamarapatino.org> |
---|---|
date | Fri, 16 Jan 2009 23:34:35 -0500 |
parents | bd0c83293048 |
children | db12ab3b3b25 |
line wrap: on
line diff
--- a/es/Makefile Fri Jan 16 09:34:45 2009 -0500 +++ b/es/Makefile Fri Jan 16 23:34:35 2009 -0500 @@ -210,12 +210,14 @@ $(image-svg:%.svg=%.png) \ examples/*.{lxo,run} examples/.run build_id.tex hg_id.tex -install: pdf split $(dist-sources) +install: pdf split $(dist-sources) rm -rf dist mkdir -p dist cp pdf/hgbook.pdf dist cp html/split/*.{css,html,png} dist + cp html/onepage/hgbook.html dist/onepage.html + ln -s index.es.html dist/index.html cp $(dist-sources) dist rsync: install - rsync -avz --delete dist sp.red-bean.com:public_html/hgbook + rsync -avz --delete dist/ ikks@sulaco.devnull.li:public_html/hgbook/