stud

study spacejunk
Log | Files | Refs | LICENSE

commit 854b1a05e8a79629c616618c8215f93bad2edfab (tree)
parent a4dd6f0158a1a86d9f34f0b3f8a4250bc2517a0a
Author: Motiejus Jakštys <motiejus@uber.com>
Date:   Tue, 30 Mar 2021 17:38:12 +0300

dirty?

Diffstat:
MIV/Makefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/IV/Makefile b/IV/Makefile @@ -63,9 +63,9 @@ slides-2021-03-29.html: slides-2021-03-29.txt $(SOURCE): wget http://download.geofabrik.de/europe/$@ +REF = $(shell git describe --tags --dirty) version.tex: $(shell git rev-parse --show-toplevel)/.git ( \ date '+\gdef\GeneratedAt{%F %T %Z}%'; \ printf '\gdef\VCDescribe{%s}%%\n' $(REF); \ ) > $@ -