Mercurial > hgbook
comparison en/Makefile @ 179:5fc4a45c069f
Continue documentation of collaboration models.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri, 30 Mar 2007 23:05:28 -0700 |
parents | c54f4c106fd5 |
children | 404e7951dd04 b60e2de6dbc3 |
comparison
equal
deleted
inserted
replaced
178:1b55292716a4 | 179:5fc4a45c069f |
---|---|
22 tour-basic.tex \ | 22 tour-basic.tex \ |
23 tour-merge.tex \ | 23 tour-merge.tex \ |
24 undo.tex | 24 undo.tex |
25 | 25 |
26 image-sources := \ | 26 image-sources := \ |
27 feature-branches.dot \ | |
27 filelog.svg \ | 28 filelog.svg \ |
28 kdiff3.png \ | 29 kdiff3.png \ |
29 metadata.svg \ | 30 metadata.svg \ |
30 mq-stack.svg \ | 31 mq-stack.svg \ |
31 note.png \ | 32 note.png \ |
51 image-png := $(filter %.png,$(image-sources)) | 52 image-png := $(filter %.png,$(image-sources)) |
52 | 53 |
53 example-sources := \ | 54 example-sources := \ |
54 backout \ | 55 backout \ |
55 bisect \ | 56 bisect \ |
57 branching \ | |
56 cmdref \ | 58 cmdref \ |
57 daily.copy \ | 59 daily.copy \ |
58 daily.files \ | 60 daily.files \ |
59 daily.rename \ | 61 daily.rename \ |
60 daily.revert \ | 62 daily.revert \ |