hgbook

diff en/Makefile @ 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 0aae9d676e0f
children df88df78288d
line diff
     1.1 --- a/en/Makefile	Wed Aug 02 19:53:34 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 \