Mercurial > hgbook
comparison en/Makefile @ 269:abfe426f7e08
Kill off the hideous pink text from HTML.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Fri, 31 Aug 2007 12:56:49 -0700 |
parents | 5ecf66974def |
children | dc3d42f3a288 |
comparison
equal
deleted
inserted
replaced
268:ca475a9e2e59 | 269:abfe426f7e08 |
---|---|
101 -output-directory $(dir $(1)) \ | 101 -output-directory $(dir $(1)) \ |
102 -jobname $(basename $(notdir $(1))) | 102 -jobname $(basename $(notdir $(1))) |
103 | 103 |
104 hg = $(shell which hg) | 104 hg = $(shell which hg) |
105 | 105 |
106 hg-id = $(shell hg parents --template '{node|short} \(dated {date|isodate}\)\n') | 106 hg-id = $(shell hg parents --template '{node|short}, dated {date|isodate},\n') |
107 | 107 |
108 hg-version = $(shell hg version -q | \ | 108 hg-version = $(shell hg version -q | \ |
109 sed 's,.*(version \(unknown\|[a-f0-9+]*\)),\1,') | 109 sed 's,.*(version \(unknown\|[a-f0-9+]*\)),\1,') |
110 | 110 |
111 all: pdf html | 111 all: pdf html |