wip praktika

This commit is contained in:
Motiejus Jakštys
2020-06-02 10:54:32 +03:00
parent f758b1053e
commit 01255303be
2 changed files with 84 additions and 0 deletions

10
III/Praktika/Makefile Normal file
View File

@@ -0,0 +1,10 @@
mj-praktika.pdf: mj-praktika.tex version.tex
latexmk -g -pdf $<
REF = $(shell git describe --tags --dirty)
GIT_DIR = $(shell git rev-parse --show-toplevel)/.git
version.tex: $(shell git ls-files .) $(GIT_DIR)
( \
date '+\gdef\GeneratedAt{%F %T %Z}%'; \
printf '\gdef\VCDescribe{%s}%%\n' $(REF); \
) > $@