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, 08 Aug 2006 20:41:37 +0200
parents 0aae9d676e0f
children df88df78288d
line wrap: on
line diff
--- a/en/Makefile	Mon Aug 07 15:45:08 2006 -0700
+++ b/en/Makefile	Tue Aug 08 20:41:37 2006 +0200
@@ -1,6 +1,6 @@
 # This makefile requires GNU make.
 
-hg_id := $(shell hg parents --template '{node|short}\n' | head -1)
+hg_id := $(shell hg parents --template '{node|short}\n')
 
 sources := \
 	00book.tex \