dirty?
This commit is contained in:
parent
6f1a45eb1d
commit
4e3193d5c7
2
Makefile
2
Makefile
@ -63,9 +63,9 @@ slides-2021-03-29.html: slides-2021-03-29.txt
|
|||||||
$(SOURCE):
|
$(SOURCE):
|
||||||
wget http://download.geofabrik.de/europe/$@
|
wget http://download.geofabrik.de/europe/$@
|
||||||
|
|
||||||
|
REF = $(shell git describe --tags --dirty)
|
||||||
version.tex: $(shell git rev-parse --show-toplevel)/.git
|
version.tex: $(shell git rev-parse --show-toplevel)/.git
|
||||||
( \
|
( \
|
||||||
date '+\gdef\GeneratedAt{%F %T %Z}%'; \
|
date '+\gdef\GeneratedAt{%F %T %Z}%'; \
|
||||||
printf '\gdef\VCDescribe{%s}%%\n' $(REF); \
|
printf '\gdef\VCDescribe{%s}%%\n' $(REF); \
|
||||||
) > $@
|
) > $@
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user