hgbook
diff en/Makefile @ 266:08ae82a18abd
just another typo
author | bab@draketo.de |
---|---|
date | Fri Aug 31 11:57:08 2007 +0200 (2007-08-31) |
parents | 9d7388f3f483 |
children | abfe426f7e08 |
line diff
1.1 --- a/en/Makefile Wed May 30 19:59:52 2007 -0700 1.2 +++ b/en/Makefile Fri Aug 31 11:57:08 2007 +0200 1.3 @@ -188,7 +188,12 @@ 1.4 examples/%.run: examples/% examples/run-example 1.5 cd examples && ./run-example $(notdir $<) 1.6 1.7 -build_id.tex: $(wildcard ../.hg/00changelog.[id]) 1.8 +changelog := $(wildcard ../.hg/store/00changelog.[id]) 1.9 +ifeq ($(changelog),) 1.10 +changelog := $(wildcard ../.hg/00changelog.[id]) 1.11 +endif 1.12 + 1.13 +build_id.tex: $(changelog) 1.14 echo -n '$(hg-id)' > build_id.tex 1.15 1.16 hg_id.tex: $(hg)