mirror of
https://github.com/hmemcpy/milewski-ctfp-pdf.git
synced 2024-11-23 04:15:23 +03:00
Tweaking how version is rendered
This commit is contained in:
parent
b966d08db7
commit
a8d7f5aa5c
@ -37,7 +37,7 @@ $(TOPPDFFILES) : %.pdf : %.tex $(TEXFILES)
|
||||
|
||||
version.tex:
|
||||
/bin/echo -n '\newcommand{\OPTversion}{' > version.tex
|
||||
git describe --always --long | tr -d '\n' >> version.tex
|
||||
git describe --tags --always --long | tr -d '\n' >> version.tex
|
||||
/bin/echo -n '}' >> version.tex
|
||||
|
||||
copy:
|
||||
|
Loading…
Reference in New Issue
Block a user