hgbook

changeset 69:e9dd634ab99e

hg_id is a one-liner. Pipe to head is superfluous
author Guy Brand <gb@isis.u-strasbg.fr>
date Tue Aug 08 20:41:37 2006 +0200 (2006-08-08)
parents c574ce277a2b
children 365b41b6a15e
files en/Makefile
line diff
     1.1 --- a/en/Makefile	Mon Aug 07 15:45:08 2006 -0700
     1.2 +++ b/en/Makefile	Tue Aug 08 20:41:37 2006 +0200
     1.3 @@ -1,6 +1,6 @@
     1.4  # This makefile requires GNU make.
     1.5  
     1.6 -hg_id := $(shell hg parents --template '{node|short}\n' | head -1)
     1.7 +hg_id := $(shell hg parents --template '{node|short}\n')
     1.8  
     1.9  sources := \
    1.10  	00book.tex \