changeset 223:4c9b9416cd23

Skeleton for chapter on extensions.
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 15 May 2007 14:55:54 -0700
parents b2b593eb56e7
children 34943a3d50d6
files en/00book.tex en/Makefile en/hgext.tex
diffstat 3 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/en/00book.tex	Tue May 15 14:52:41 2007 -0700
+++ b/en/00book.tex	Tue May 15 14:55:54 2007 -0700
@@ -51,6 +51,7 @@
 \include{template}
 \include{mq}
 \include{mq-collab}
+\include{hgext}
 
 \appendix
 \include{cmdref}
--- a/en/Makefile	Tue May 15 14:52:41 2007 -0700
+++ b/en/Makefile	Tue May 15 14:55:54 2007 -0700
@@ -12,6 +12,7 @@
 	daily.tex \
 	filenames.tex \
 	hg_id.tex \
+	hgext.tex \
 	hook.tex \
 	intro.tex \
 	mq.tex \
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/en/hgext.tex	Tue May 15 14:55:54 2007 -0700
@@ -0,0 +1,8 @@
+\chapter{Adding functionality with extensions}
+\label{chap:hgext}
+
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "00book"
+%%% End: