changeset 185:404e7951dd04

Add rev date.
author Bryan O'Sullivan <bos@serpentine.com>
date Thu, 05 Apr 2007 23:35:18 -0700
parents 7b812c428074
children 08d64601d4bd
files en/00book.tex en/Makefile
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/en/00book.tex	Thu Apr 05 23:28:06 2007 -0700
+++ b/en/00book.tex	Thu Apr 05 23:35:18 2007 -0700
@@ -19,7 +19,7 @@
   This material may be distributed only subject to the terms and
   conditions set forth in version 1.0 of the Open Publication License.
   Please refer to Appendix~\ref{cha:opl} for the license text.\\
-  This book was prepared from revision \input{build_id} of its sources
+  This book was prepared from revision \input{build_id}
   using revision \input{hg_id} of Mercurial.}
 
 \makeindex
--- a/en/Makefile	Thu Apr 05 23:28:06 2007 -0700
+++ b/en/Makefile	Thu Apr 05 23:35:18 2007 -0700
@@ -94,7 +94,7 @@
 
 hg = $(shell which hg)
 
-hg-id = $(shell hg parents --template '{node|short}\n')
+hg-id = $(shell hg parents --template '{node|short} \(dated {date|isodate}\)\n')
 
 hg-version = $(shell hg version -q | \
 		     sed 's,.*(version \(unknown\|[a-f0-9]*\)),\1,')