Mercurial > hgbook
changeset 76:df88df78288d
Add template chapter to build.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Mon, 04 Sep 2006 10:58:09 -0700 |
parents | 2bfa2499e971 |
children | 773f4a9e7975 |
files | en/00book.tex en/Makefile en/examples/concepts en/template.tex |
diffstat | 4 files changed, 10 insertions(+), 21 deletions(-) [+] |
line wrap: on
line diff
--- a/en/00book.tex Wed Aug 30 00:11:17 2006 -0700 +++ b/en/00book.tex Mon Sep 04 10:58:09 2006 -0700 @@ -40,6 +40,7 @@ %\include{concepts} \include{daily} \include{hook} +\include{template} \include{mq} \appendix
--- a/en/Makefile Wed Aug 30 00:11:17 2006 -0700 +++ b/en/Makefile Mon Sep 04 10:58:09 2006 -0700 @@ -12,7 +12,8 @@ hook.tex \ intro.tex \ mq.tex \ - preface.tex + preface.tex \ + template.tex image-sources := \ mq-stack.svg @@ -22,7 +23,6 @@ examples/hook.msglen \ examples/hook.simple \ examples/hook.ws \ - examples/concepts \ examples/mq.qinit-help \ examples/mq.dodiff \ examples/mq.id \
--- a/en/examples/concepts Wed Aug 30 00:11:17 2006 -0700 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,19 +0,0 @@ -#$ name: dirlist -hg init newrepo -cd newrepo - -find . - -#$ name: -echo "a line of text" > foo -echo "another life of text" > bar -hg commit -A -m "Some files" - -#$ name: dirlist2 -find . - -#$ name: -cd .. - -#$ name: hginit -hg init reponame