hgbook

diff en/Makefile @ 37:9fd0c59b009a

Add to hook chapter.
Document each macro in 99defs.tex.
author Bryan O'Sullivan <bos@serpentine.com>
date Mon Jul 17 00:01:01 2006 -0700 (2006-07-17)
parents b7d46e86a5f1
children cbfa08bcf181 b8539d91c84d
line diff
     1.1 --- a/en/Makefile	Sat Jul 15 21:23:35 2006 -0700
     1.2 +++ b/en/Makefile	Mon Jul 17 00:01:01 2006 -0700
     1.3 @@ -6,16 +6,18 @@
     1.4  	00book.tex \
     1.5  	99book.bib \
     1.6  	99defs.tex \
     1.7 -	preface.tex \
     1.8 +	build_id.tex \
     1.9 +	hook.tex \
    1.10  	intro.tex \
    1.11  	mq.tex \
    1.12 -	build_id.tex
    1.13 +	preface.tex
    1.14  
    1.15  image-sources := \
    1.16  	mq-stack.svg
    1.17  
    1.18  example-sources := \
    1.19  	examples/run-example \
    1.20 +	examples/hook.simple \
    1.21  	examples/mq.qinit-help \
    1.22  	examples/mq.diff \
    1.23  	examples/mq.tarball \