# HG changeset patch # User Bryan O'Sullivan # Date 1174544854 25200 # Node ID e49f4451d0e3760771748a34c79d5b573fa78672 # Parent 91a936be78b8900e6a75676270eabea6f889b427 Add hgbook front page material. diff -r 91a936be78b8 -r e49f4451d0e3 .hgignore --- a/.hgignore Mon Mar 12 23:11:26 2007 -0700 +++ b/.hgignore Wed Mar 21 23:27:34 2007 -0700 @@ -1,5 +1,6 @@ -\bauto/ -\bhtml/ +[^/]+/auto/ +[^/]+/dist/ +[^/]+/html/ syntax: glob diff -r 91a936be78b8 -r e49f4451d0e3 en/Makefile --- a/en/Makefile Mon Mar 12 23:11:26 2007 -0700 +++ b/en/Makefile Wed Mar 21 23:27:34 2007 -0700 @@ -77,6 +77,10 @@ tour \ tour-merge-conflict +dist-sources := \ + ../html/index.html.var \ + ../html/index.en.html + latex-options = \ -interaction batchmode \ -output-directory $(dir $(1)) \ @@ -178,11 +182,12 @@ $(image-svg:%.svg=%.png) \ examples/*.{lxo,run} examples/.run build_id.tex -install: pdf split +install: pdf split $(dist-sources) rm -rf dist mkdir -p dist cp pdf/hgbook.pdf dist cp html/split/*.{css,html,png} dist + cp $(dist-sources) dist rsync: install rsync -avz --delete dist sp.red-bean.com:public_html/hgbook diff -r 91a936be78b8 -r e49f4451d0e3 html/index.en.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/html/index.en.html Wed Mar 21 23:27:34 2007 -0700 @@ -0,0 +1,47 @@ + + + + + Distributed revision control with Mercurial + + + +

Distributed revision control with Mercurial

+ +

Welcome to the home of the book “Distributed revision + control with Mercurial”. This is a freely licensed book about the Mercurial revision + control system.

+ + + +

How you can help Mercurial, and help free software

+ +

Mercurial is a member of the Software + Freedom Conservancy, a wonderful non-profit + organisation that offers its member projects legal and + administrative advice. The SFC can accept accept + donations (tax-free under IRS 501(c)(3), within the United + States) on behalf of its member projects. If you would like to + support Mercurial directly, please consider making a donation to + the SFC on its behalf.

+ +

If you would like to help free software developers to provide + their important public services without being impeded by legal + issues, please consider donating to the SFC's sister + organisation, the Software Freedom Law + Center.

+ + diff -r 91a936be78b8 -r e49f4451d0e3 html/index.html.var --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/html/index.html.var Wed Mar 21 23:27:34 2007 -0700 @@ -0,0 +1,3 @@ +URI: index.en.html +Content-Language: en +Content-Type: text/html; charset=UTF-8